Color Hex Logo

#afa592 Color Hex

#AFA592
(175,165,146)
0 Favorites   0 Comments

Color spaces of #afa592

RGB 175165146
HSL0.110.150.63
HSV39°17°69°
CMYK 0.000.060.17   0.31
XYZ36.322638.099532.6337
Yxy38.09950.33930.3559
Hunter Lab61.7248-2.978211.8609
CIE-Lab68.09390.367211.1455

#afa592 color RGB value is (175,165,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 10010010
Octal 257 245 222
Decimal 175 165 146
Hex AF A5 92

RGB Percentages of Color #afa592

%36.01
%33.95
%30.04

CMYK Percentages of Color #afa592

%0
%6
%17
%31

Triadic Colors of #afa592

#afa592 #92afa5 #a592af

Analogous Colors of #afa592

#afa592 #abaf92 #af9792

Monochromatic Colors of #afa592

#afa592

Complementary Color

#afa592 #929caf

#afa592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa592 Color CSS Codes

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

#afa592 Text Font Color

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

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


#afa592 Background Color

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

This div background color is #afa592


#afa592 Border Color

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

This div border color is #afa592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa592


Comments

No comments written yet.

Please login to write comment.