Color Hex Logo

#afa372 Color Hex

#AFA372
(175,163,114)
0 Favorites   0 Comments

Color spaces of #afa372

RGB 175163114
HSL0.130.280.57
HSV48°35°69°
CMYK 0.000.070.35   0.31
XYZ33.813736.523321.1871
Yxy36.52330.36950.3991
Hunter Lab60.4345-5.887921.5183
CIE-Lab66.9178-3.117927.0661

#afa372 color RGB value is (175,163,114).

#afa372 hex color red value is 175, green value is 163 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #afa372 hue: 0.13 , saturation: 0.28 and the lightness value of afa372 is 0.57.

The process color (four color CMYK) of #afa372 color hex is 0.00, 0.07, 0.35, 0.31. Web safe color of #afa372 is #999966. Color #afa372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 01110010
Octal 257 243 162
Decimal 175 163 114
Hex AF A3 72

RGB Percentages of Color #afa372

%38.72
%36.06
%25.22

CMYK Percentages of Color #afa372

%0
%7
%35
%31

Triadic Colors of #afa372

#afa372 #72afa3 #a372af

Analogous Colors of #afa372

#afa372 #9daf72 #af8572

Monochromatic Colors of #afa372

#afa372

Complementary Color

#afa372 #727eaf

#afa372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa372 Color CSS Codes

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

#afa372 Text Font Color

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

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


#afa372 Background Color

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

This div background color is #afa372


#afa372 Border Color

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

This div border color is #afa372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa372


Comments

No comments written yet.

Please login to write comment.