Color Hex Logo

#a8795a Color Hex

#A8795A
(168,121,90)
0 Favorites   0 Comments

Color spaces of #a8795a

RGB 16812190
HSL0.070.310.51
HSV24°46°66°
CMYK 0.000.280.46   0.34
XYZ24.831322.737812.7529
Yxy22.73780.41160.3769
Hunter Lab47.68429.505717.5221
CIE-Lab54.801214.459324.2169

#a8795a color RGB value is (168,121,90).

#a8795a hex color red value is 168, green value is 121 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a8795a hue: 0.07 , saturation: 0.31 and the lightness value of a8795a is 0.51.

The process color (four color CMYK) of #a8795a color hex is 0.00, 0.28, 0.46, 0.34. Web safe color of #a8795a is #996666. Color #a8795a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111001 01011010
Octal 250 171 132
Decimal 168 121 90
Hex A8 79 5A

RGB Percentages of Color #a8795a

%44.33
%31.93
%23.75

CMYK Percentages of Color #a8795a

%0
%28
%46
%34

Triadic Colors of #a8795a

#a8795a #5aa879 #795aa8

Analogous Colors of #a8795a

#a8795a #a8a05a #a85a62

Monochromatic Colors of #a8795a

#a8795a

Complementary Color

#a8795a #5a89a8

#a8795a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8795a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8795a Color CSS Codes

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

#a8795a Text Font Color

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

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


#a8795a Background Color

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

This div background color is #a8795a


#a8795a Border Color

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

This div border color is #a8795a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,121,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8795a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8795a;
  -webkit-box-shadow: 1px 1px 3px 2px #a8795a;
  box-shadow:         1px 1px 3px 2px #a8795a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,121,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8795a


Comments

No comments written yet.

Please login to write comment.