Color Hex Logo

#a8a082 Color Hex

#A8A082
(168,160,130)
0 Favorites   0 Comments

Color spaces of #a8a082

RGB 168160130
HSL0.130.180.58
HSV47°23°66°
CMYK 0.000.050.23   0.34
XYZ32.748535.078126.1638
Yxy35.07810.34840.3732
Hunter Lab59.2268-4.948115.2670
CIE-Lab65.8094-2.100216.7109

#a8a082 color RGB value is (168,160,130).

#a8a082 hex color red value is 168, green value is 160 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a8a082 hue: 0.13 , saturation: 0.18 and the lightness value of a8a082 is 0.58.

The process color (four color CMYK) of #a8a082 color hex is 0.00, 0.05, 0.23, 0.34. Web safe color of #a8a082 is #999999. Color #a8a082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10100000 10000010
Octal 250 240 202
Decimal 168 160 130
Hex A8 A0 82

RGB Percentages of Color #a8a082

%36.68
%34.93
%28.38

CMYK Percentages of Color #a8a082

%0
%5
%23
%34

Triadic Colors of #a8a082

#a8a082 #82a8a0 #a082a8

Analogous Colors of #a8a082

#a8a082 #9da882 #a88d82

Monochromatic Colors of #a8a082

#a8a082

Complementary Color

#a8a082 #828aa8

#a8a082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a082 Color CSS Codes

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

#a8a082 Text Font Color

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

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


#a8a082 Background Color

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

This div background color is #a8a082


#a8a082 Border Color

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

This div border color is #a8a082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a082


Comments

No comments written yet.

Please login to write comment.