Color Hex Logo

#a88042 Color Hex

#A88042
(168,128,66)
0 Favorites   0 Comments

Color spaces of #a88042

RGB 16812866
HSL0.100.440.46
HSV36°61°66°
CMYK 0.000.240.61   0.34
XYZ24.851024.15658.5071
Yxy24.15650.43210.4200
Hunter Lab49.14934.242524.1422
CIE-Lab56.24418.324339.0580

#a88042 color RGB value is (168,128,66).

#a88042 hex color red value is 168, green value is 128 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #a88042 hue: 0.10 , saturation: 0.44 and the lightness value of a88042 is 0.46.

The process color (four color CMYK) of #a88042 color hex is 0.00, 0.24, 0.61, 0.34. Web safe color of #a88042 is #999933. Color #a88042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 01000010
Octal 250 200 102
Decimal 168 128 66
Hex A8 80 42

RGB Percentages of Color #a88042

%46.41
%35.36
%18.23

CMYK Percentages of Color #a88042

%0
%24
%61
%34

Triadic Colors of #a88042

#a88042 #42a880 #8042a8

Analogous Colors of #a88042

#a88042 #9da842 #a84d42

Monochromatic Colors of #a88042

#a88042

Complementary Color

#a88042 #426aa8

#a88042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88042 Color CSS Codes

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

#a88042 Text Font Color

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

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


#a88042 Background Color

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

This div background color is #a88042


#a88042 Border Color

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

This div border color is #a88042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88042


Comments

No comments written yet.

Please login to write comment.