Color Hex Logo

#ab910b Color Hex

#AB910B
(171,145,11)
0 Favorites   0 Comments

Color spaces of #ab910b

RGB 17114511
HSL0.140.880.36
HSV50°94°67°
CMYK 0.000.150.94   0.33
XYZ26.980428.93294.4792
Yxy28.93290.44680.4791
Hunter Lab53.7893-4.596832.7153
CIE-Lab60.7224-2.095563.2385

#ab910b color RGB value is (171,145,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 00001011
Octal 253 221 13
Decimal 171 145 11
Hex AB 91 B

RGB Percentages of Color #ab910b

%52.29
%44.34
%3.36

CMYK Percentages of Color #ab910b

%0
%15
%94
%33

Triadic Colors of #ab910b

#ab910b #0bab91 #910bab

Analogous Colors of #ab910b

#ab910b #75ab0b #ab410b

Monochromatic Colors of #ab910b

#ab910b

Complementary Color

#ab910b #0b25ab

#ab910b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab910b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab910b Color CSS Codes

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

#ab910b Text Font Color

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

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


#ab910b Background Color

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

This div background color is #ab910b


#ab910b Border Color

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

This div border color is #ab910b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab910b

#ab910b Color Palettes


Comments

No comments written yet.

Please login to write comment.