Color Hex Logo

#afa272 Color Hex

#AFA272
(175,162,114)
0 Favorites   0 Comments

Color spaces of #afa272

RGB 175162114
HSL0.130.280.57
HSV47°35°69°
CMYK 0.000.070.35   0.31
XYZ33.636836.169521.1282
Yxy36.16950.36990.3978
Hunter Lab60.1411-5.412221.2696
CIE-Lab66.6492-2.579026.7105

#afa272 color RGB value is (175,162,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01110010
Octal 257 242 162
Decimal 175 162 114
Hex AF A2 72

RGB Percentages of Color #afa272

%38.80
%35.92
%25.28

CMYK Percentages of Color #afa272

%0
%7
%35
%31

Triadic Colors of #afa272

#afa272 #72afa2 #a272af

Analogous Colors of #afa272

#afa272 #9eaf72 #af8472

Monochromatic Colors of #afa272

#afa272

Complementary Color

#afa272 #727faf

#afa272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa272 Color CSS Codes

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

#afa272 Text Font Color

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

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


#afa272 Background Color

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

This div background color is #afa272


#afa272 Border Color

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

This div border color is #afa272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa272


Comments

No comments written yet.

Please login to write comment.