Color Hex Logo

#ab533b Color Hex

#AB533B
(171,83,59)
0 Favorites   0 Comments

Color spaces of #ab533b

RGB 1718359
HSL0.040.490.45
HSV13°65°67°
CMYK 0.000.510.65   0.33
XYZ20.677315.16025.9741
Yxy15.16020.49450.3626
Hunter Lab38.936126.655518.1582
CIE-Lab45.852834.108030.6451

#ab533b color RGB value is (171,83,59).

#ab533b hex color red value is 171, green value is 83 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ab533b hue: 0.04 , saturation: 0.49 and the lightness value of ab533b is 0.45.

The process color (four color CMYK) of #ab533b color hex is 0.00, 0.51, 0.65, 0.33. Web safe color of #ab533b is #996633. Color #ab533b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010011 00111011
Octal 253 123 73
Decimal 171 83 59
Hex AB 53 3B

RGB Percentages of Color #ab533b

%54.63
%26.52
%18.85

CMYK Percentages of Color #ab533b

%0
%51
%65
%33

Triadic Colors of #ab533b

#ab533b #3bab53 #533bab

Analogous Colors of #ab533b

#ab533b #ab8b3b #ab3b5b

Monochromatic Colors of #ab533b

#ab533b

Complementary Color

#ab533b #3b93ab

#ab533b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab533b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab533b Color CSS Codes

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

#ab533b Text Font Color

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

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


#ab533b Background Color

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

This div background color is #ab533b


#ab533b Border Color

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

This div border color is #ab533b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab533b


Comments

No comments written yet.

Please login to write comment.