Color Hex Logo

#ab771a Color Hex

#AB771A
(171,119,26)
0 Favorites   0 Comments

Color spaces of #ab771a

RGB 17111926
HSL0.110.740.39
HSV38°85°67°
CMYK 0.000.300.85   0.33
XYZ23.577921.92623.9668
Yxy21.92620.47660.4432
Hunter Lab46.82547.935227.7551
CIE-Lab53.948612.663254.2996

#ab771a color RGB value is (171,119,26).

#ab771a hex color red value is 171, green value is 119 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ab771a hue: 0.11 , saturation: 0.74 and the lightness value of ab771a is 0.39.

The process color (four color CMYK) of #ab771a color hex is 0.00, 0.30, 0.85, 0.33. Web safe color of #ab771a is #996633. Color #ab771a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 00011010
Octal 253 167 32
Decimal 171 119 26
Hex AB 77 1A

RGB Percentages of Color #ab771a

%54.11
%37.66
%8.23

CMYK Percentages of Color #ab771a

%0
%30
%85
%33

Triadic Colors of #ab771a

#ab771a #1aab77 #771aab

Analogous Colors of #ab771a

#ab771a #97ab1a #ab2f1a

Monochromatic Colors of #ab771a

#ab771a

Complementary Color

#ab771a #1a4eab

#ab771a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab771a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab771a Color CSS Codes

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

#ab771a Text Font Color

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

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


#ab771a Background Color

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

This div background color is #ab771a


#ab771a Border Color

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

This div border color is #ab771a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab771a


Comments

No comments written yet.

Please login to write comment.