Color Hex Logo

#ab910a Color Hex

#AB910A
(171,145,10)
0 Favorites   0 Comments

Color spaces of #ab910a

RGB 17114510
HSL0.140.890.35
HSV50°94°67°
CMYK 0.000.150.94   0.33
XYZ26.974828.93064.4496
Yxy28.93060.44690.4793
Hunter Lab53.7872-4.608032.7462
CIE-Lab60.7203-2.109563.3874

#ab910a color RGB value is (171,145,10).

#ab910a hex color red value is 171, green value is 145 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ab910a hue: 0.14 , saturation: 0.89 and the lightness value of ab910a is 0.35.

The process color (four color CMYK) of #ab910a color hex is 0.00, 0.15, 0.94, 0.33. Web safe color of #ab910a is #999900. Color #ab910a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 00001010
Octal 253 221 12
Decimal 171 145 10
Hex AB 91 A

RGB Percentages of Color #ab910a

%52.45
%44.48
%3.07

CMYK Percentages of Color #ab910a

%0
%15
%94
%33

Triadic Colors of #ab910a

#ab910a #0aab91 #910aab

Analogous Colors of #ab910a

#ab910a #75ab0a #ab410a

Monochromatic Colors of #ab910a

#ab910a

Complementary Color

#ab910a #0a24ab

#ab910a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab910a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab910a Color CSS Codes

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

#ab910a Text Font Color

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

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


#ab910a Background Color

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

This div background color is #ab910a


#ab910a Border Color

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

This div border color is #ab910a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab910a


Comments

No comments written yet.

Please login to write comment.