Color Hex Logo

#a98062 Color Hex

#A98062
(169,128,98)
0 Favorites   0 Comments

Color spaces of #a98062

RGB 16912898
HSL0.070.290.52
HSV25°42°66°
CMYK 0.000.240.42   0.34
XYZ26.286024.755214.9481
Yxy24.75520.39830.3751
Hunter Lab49.75467.233317.0153
CIE-Lab56.836111.811922.4051

#a98062 color RGB value is (169,128,98).

#a98062 hex color red value is 169, green value is 128 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a98062 hue: 0.07 , saturation: 0.29 and the lightness value of a98062 is 0.52.

The process color (four color CMYK) of #a98062 color hex is 0.00, 0.24, 0.42, 0.34. Web safe color of #a98062 is #999966. Color #a98062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 01100010
Octal 251 200 142
Decimal 169 128 98
Hex A9 80 62

RGB Percentages of Color #a98062

%42.78
%32.41
%24.81

CMYK Percentages of Color #a98062

%0
%24
%42
%34

Triadic Colors of #a98062

#a98062 #62a980 #8062a9

Analogous Colors of #a98062

#a98062 #a9a462 #a96268

Monochromatic Colors of #a98062

#a98062

Complementary Color

#a98062 #628ba9

#a98062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98062 Color CSS Codes

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

#a98062 Text Font Color

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

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


#a98062 Background Color

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

This div background color is #a98062


#a98062 Border Color

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

This div border color is #a98062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98062


Comments

No comments written yet.

Please login to write comment.