Color Hex Logo

#afa943 Color Hex

#AFA943
(175,169,67)
0 Favorites   0 Comments

Color spaces of #afa943

RGB 17516967
HSL0.160.450.47
HSV57°62°69°
CMYK 0.000.030.62   0.31
XYZ32.880337.895110.8917
Yxy37.89510.40260.4640
Hunter Lab61.5590-12.386632.6011
CIE-Lab67.9432-10.828051.8883

#afa943 color RGB value is (175,169,67).

#afa943 hex color red value is 175, green value is 169 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #afa943 hue: 0.16 , saturation: 0.45 and the lightness value of afa943 is 0.47.

The process color (four color CMYK) of #afa943 color hex is 0.00, 0.03, 0.62, 0.31. Web safe color of #afa943 is #999933. Color #afa943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01000011
Octal 257 251 103
Decimal 175 169 67
Hex AF A9 43

RGB Percentages of Color #afa943

%42.58
%41.12
%16.30

CMYK Percentages of Color #afa943

%0
%3
%62
%31

Triadic Colors of #afa943

#afa943 #43afa9 #a943af

Analogous Colors of #afa943

#afa943 #7faf43 #af7343

Monochromatic Colors of #afa943

#afa943

Complementary Color

#afa943 #4349af

#afa943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa943 Color CSS Codes

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

#afa943 Text Font Color

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

This sample text font color is #afa943
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.


#afa943 Background Color

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

This div background color is #afa943


#afa943 Border Color

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

This div border color is #afa943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa943


Comments

No comments written yet.

Please login to write comment.