Color Hex Logo

#a0ab0e Color Hex

#A0AB0E
(160,171,14)
0 Favorites   0 Comments

Color spaces of #a0ab0e

RGB 16017114
HSL0.180.850.36
HSV64°92°67°
CMYK 0.060.000.92   0.33
XYZ29.139436.63115.9502
Yxy36.63110.40630.5107
Hunter Lab60.5236-19.976736.5376
CIE-Lab66.9993-20.610367.2060

#a0ab0e color RGB value is (160,171,14).

#a0ab0e hex color red value is 160, green value is 171 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a0ab0e hue: 0.18 , saturation: 0.85 and the lightness value of a0ab0e is 0.36.

The process color (four color CMYK) of #a0ab0e color hex is 0.06, 0.00, 0.92, 0.33. Web safe color of #a0ab0e is #999900. Color #a0ab0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101011 00001110
Octal 240 253 16
Decimal 160 171 14
Hex A0 AB E

RGB Percentages of Color #a0ab0e

%46.38
%49.57
%4.06

CMYK Percentages of Color #a0ab0e

%6
%0
%92
%33

Triadic Colors of #a0ab0e

#a0ab0e #0ea0ab #ab0ea0

Analogous Colors of #a0ab0e

#a0ab0e #51ab0e #ab680e

Monochromatic Colors of #a0ab0e

#a0ab0e

Complementary Color

#a0ab0e #190eab

#a0ab0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ab0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ab0e Color CSS Codes

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

#a0ab0e Text Font Color

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

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


#a0ab0e Background Color

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

This div background color is #a0ab0e


#a0ab0e Border Color

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

This div border color is #a0ab0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ab0e


Comments

No comments written yet.

Please login to write comment.