Color Hex Logo

#ab530a Color Hex

#AB530A
(171,83,10)
0 Favorites   0 Comments

Color spaces of #ab530a

RGB 1718310
HSL0.080.890.35
HSV27°94°67°
CMYK 0.000.510.94   0.33
XYZ19.942614.86642.1056
Yxy14.86640.54020.4027
Hunter Lab38.557024.849823.7520
CIE-Lab45.450732.236852.2666

#ab530a color RGB value is (171,83,10).

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

The process color (four color CMYK) of #ab530a color hex is 0.00, 0.51, 0.94, 0.33. Web safe color of #ab530a is #996600. Color #ab530a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010011 00001010
Octal 253 123 12
Decimal 171 83 10
Hex AB 53 A

RGB Percentages of Color #ab530a

%64.77
%31.44
%3.79

CMYK Percentages of Color #ab530a

%0
%51
%94
%33

Triadic Colors of #ab530a

#ab530a #0aab53 #530aab

Analogous Colors of #ab530a

#ab530a #aba40a #ab0a12

Monochromatic Colors of #ab530a

#ab530a

Complementary Color

#ab530a #0a62ab

#ab530a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab530a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab530a Color CSS Codes

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

#ab530a Text Font Color

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

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


#ab530a Background Color

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

This div background color is #ab530a


#ab530a Border Color

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

This div border color is #ab530a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,83,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 #ab530a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab530a


Comments

No comments written yet.

Please login to write comment.