Color Hex Logo

#afa143 Color Hex

#AFA143
(175,161,67)
0 Favorites   0 Comments

Color spaces of #afa143

RGB 17516167
HSL0.150.450.47
HSV52°62°69°
CMYK 0.000.080.62   0.31
XYZ31.437235.008910.4107
Yxy35.00890.40900.4555
Hunter Lab59.1683-8.704330.9857
CIE-Lab65.7556-6.610649.5038

#afa143 color RGB value is (175,161,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01000011
Octal 257 241 103
Decimal 175 161 67
Hex AF A1 43

RGB Percentages of Color #afa143

%43.42
%39.95
%16.63

CMYK Percentages of Color #afa143

%0
%8
%62
%31

Triadic Colors of #afa143

#afa143 #43afa1 #a143af

Analogous Colors of #afa143

#afa143 #87af43 #af6b43

Monochromatic Colors of #afa143

#afa143

Complementary Color

#afa143 #4351af

#afa143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa143 Color CSS Codes

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

#afa143 Text Font Color

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

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


#afa143 Background Color

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

This div background color is #afa143


#afa143 Border Color

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

This div border color is #afa143


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,161,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 #afa143">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa143


Comments

No comments written yet.

Please login to write comment.