Color Hex Logo

#afa792 Color Hex

#AFA792
(175,167,146)
0 Favorites   0 Comments

Color spaces of #afa792

RGB 175167146
HSL0.120.150.63
HSV43°17°69°
CMYK 0.000.050.17   0.31
XYZ36.686238.826732.7549
Yxy38.82670.33880.3586
Hunter Lab62.3111-3.950912.4509
CIE-Lab68.6255-0.717711.8967

#afa792 color RGB value is (175,167,146).

#afa792 hex color red value is 175, green value is 167 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #afa792 hue: 0.12 , saturation: 0.15 and the lightness value of afa792 is 0.63.

The process color (four color CMYK) of #afa792 color hex is 0.00, 0.05, 0.17, 0.31. Web safe color of #afa792 is #999999. Color #afa792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 10010010
Octal 257 247 222
Decimal 175 167 146
Hex AF A7 92

RGB Percentages of Color #afa792

%35.86
%34.22
%29.92

CMYK Percentages of Color #afa792

%0
%5
%17
%31

Triadic Colors of #afa792

#afa792 #92afa7 #a792af

Analogous Colors of #afa792

#afa792 #a9af92 #af9992

Monochromatic Colors of #afa792

#afa792

Complementary Color

#afa792 #929aaf

#afa792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa792 Color CSS Codes

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

#afa792 Text Font Color

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

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


#afa792 Background Color

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

This div background color is #afa792


#afa792 Border Color

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

This div border color is #afa792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa792


Comments

No comments written yet.

Please login to write comment.