Color Hex Logo

#afa963 Color Hex

#AFA963
(175,169,99)
0 Favorites   0 Comments

Color spaces of #afa963

RGB 17516999
HSL0.150.320.54
HSV55°43°69°
CMYK 0.000.030.43   0.31
XYZ34.119338.390717.4163
Yxy38.39070.37940.4269
Hunter Lab61.9602-10.136826.7064
CIE-Lab68.3076-8.044036.7916

#afa963 color RGB value is (175,169,99).

#afa963 hex color red value is 175, green value is 169 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #afa963 hue: 0.15 , saturation: 0.32 and the lightness value of afa963 is 0.54.

The process color (four color CMYK) of #afa963 color hex is 0.00, 0.03, 0.43, 0.31. Web safe color of #afa963 is #999966. Color #afa963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01100011
Octal 257 251 143
Decimal 175 169 99
Hex AF A9 63

RGB Percentages of Color #afa963

%39.50
%38.15
%22.35

CMYK Percentages of Color #afa963

%0
%3
%43
%31

Triadic Colors of #afa963

#afa963 #63afa9 #a963af

Analogous Colors of #afa963

#afa963 #8faf63 #af8363

Monochromatic Colors of #afa963

#afa963

Complementary Color

#afa963 #6369af

#afa963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa963 Color CSS Codes

.mybgcolor {background-color:#afa963; } 
.myforecolor {color:#afa963; }
.mybordercolor {border:3px solid #afa963; }

#afa963 Text Font Color

<p style="color:#afa963">Text here</p>

This sample text font color is #afa963
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afa963 Background Color

<div style="background-color:#afa963">
Div content here</div>

This div background color is #afa963


#afa963 Border Color

<div style="border:3px solid #afa963">
Div here</div>

This div border color is #afa963


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,169,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa963; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa963;
  -webkit-box-shadow: 1px 1px 3px 2px #afa963;
  box-shadow:         1px 1px 3px 2px #afa963; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,169,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afa963">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afa963;
  -webkit-box-shadow: 1px 1px 3px 2px #afa963;
  box-shadow:         1px 1px 3px 2px #afa963;">
Div content here</div>

This div box has shadow with color #afa963


Comments

No comments written yet.

Please login to write comment.