Color Hex Logo

#afa276 Color Hex

#AFA276
(175,162,118)
0 Favorites   0 Comments

Color spaces of #afa276

RGB 175162118
HSL0.130.260.57
HSV46°33°69°
CMYK 0.000.070.33   0.31
XYZ33.869536.262622.3538
Yxy36.26260.36620.3921
Hunter Lab60.2184-4.986020.1438
CIE-Lab66.7201-2.070724.6358

#afa276 color RGB value is (175,162,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01110110
Octal 257 242 166
Decimal 175 162 118
Hex AF A2 76

RGB Percentages of Color #afa276

%38.46
%35.60
%25.93

CMYK Percentages of Color #afa276

%0
%7
%33
%31

Triadic Colors of #afa276

#afa276 #76afa2 #a276af

Analogous Colors of #afa276

#afa276 #a0af76 #af8676

Monochromatic Colors of #afa276

#afa276

Complementary Color

#afa276 #7683af

#afa276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa276 Color CSS Codes

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

#afa276 Text Font Color

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

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


#afa276 Background Color

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

This div background color is #afa276


#afa276 Border Color

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

This div border color is #afa276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa276


Comments

No comments written yet.

Please login to write comment.