Color Hex Logo

#ab663f Color Hex

#AB663F
(171,102,63)
0 Favorites   0 Comments

Color spaces of #ab663f

RGB 17110263
HSL0.060.460.46
HSV22°63°67°
CMYK 0.000.400.63   0.33
XYZ22.443218.51967.0944
Yxy18.51960.46700.3854
Hunter Lab43.034417.780720.3499
CIE-Lab50.120424.041433.5217

#ab663f color RGB value is (171,102,63).

#ab663f hex color red value is 171, green value is 102 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ab663f hue: 0.06 , saturation: 0.46 and the lightness value of ab663f is 0.46.

The process color (four color CMYK) of #ab663f color hex is 0.00, 0.40, 0.63, 0.33. Web safe color of #ab663f is #996633. Color #ab663f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100110 00111111
Octal 253 146 77
Decimal 171 102 63
Hex AB 66 3F

RGB Percentages of Color #ab663f

%50.89
%30.36
%18.75

CMYK Percentages of Color #ab663f

%0
%40
%63
%33

Triadic Colors of #ab663f

#ab663f #3fab66 #663fab

Analogous Colors of #ab663f

#ab663f #ab9c3f #ab3f4e

Monochromatic Colors of #ab663f

#ab663f

Complementary Color

#ab663f #3f84ab

#ab663f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab663f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab663f Color CSS Codes

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

#ab663f Text Font Color

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

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


#ab663f Background Color

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

This div background color is #ab663f


#ab663f Border Color

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

This div border color is #ab663f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab663f


Comments

No comments written yet.

Please login to write comment.