Color Hex Logo

#ab802e Color Hex

#AB802E
(171,128,46)
0 Favorites   0 Comments

Color spaces of #ab802e

RGB 17112846
HSL0.110.580.43
HSV39°73°67°
CMYK 0.000.250.73   0.33
XYZ25.006924.29355.9559
Yxy24.29350.45260.4397
Hunter Lab49.28844.308727.3374
CIE-Lab56.38058.403948.8734

#ab802e color RGB value is (171,128,46).

#ab802e hex color red value is 171, green value is 128 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ab802e hue: 0.11 , saturation: 0.58 and the lightness value of ab802e is 0.43.

The process color (four color CMYK) of #ab802e color hex is 0.00, 0.25, 0.73, 0.33. Web safe color of #ab802e is #999933. Color #ab802e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 00101110
Octal 253 200 56
Decimal 171 128 46
Hex AB 80 2E

RGB Percentages of Color #ab802e

%49.57
%37.10
%13.33

CMYK Percentages of Color #ab802e

%0
%25
%73
%33

Triadic Colors of #ab802e

#ab802e #2eab80 #802eab

Analogous Colors of #ab802e

#ab802e #98ab2e #ab422e

Monochromatic Colors of #ab802e

#ab802e

Complementary Color

#ab802e #2e59ab

#ab802e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab802e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab802e Color CSS Codes

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

#ab802e Text Font Color

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

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


#ab802e Background Color

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

This div background color is #ab802e


#ab802e Border Color

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

This div border color is #ab802e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab802e


Comments

No comments written yet.

Please login to write comment.