Color Hex Logo

#ab926f Color Hex

#AB926F
(171,146,111)
0 Favorites   0 Comments

Color spaces of #ab926f

RGB 171146111
HSL0.100.260.55
HSV35°35°67°
CMYK 0.000.150.35   0.33
XYZ29.942730.363419.3215
Yxy30.36340.37600.3813
Hunter Lab55.10300.565817.7825
CIE-Lab61.96654.153022.0361

#ab926f color RGB value is (171,146,111).

#ab926f hex color red value is 171, green value is 146 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ab926f hue: 0.10 , saturation: 0.26 and the lightness value of ab926f is 0.55.

The process color (four color CMYK) of #ab926f color hex is 0.00, 0.15, 0.35, 0.33. Web safe color of #ab926f is #999966. Color #ab926f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 01101111
Octal 253 222 157
Decimal 171 146 111
Hex AB 92 6F

RGB Percentages of Color #ab926f

%39.95
%34.11
%25.93

CMYK Percentages of Color #ab926f

%0
%15
%35
%33

Triadic Colors of #ab926f

#ab926f #6fab92 #926fab

Analogous Colors of #ab926f

#ab926f #a6ab6f #ab746f

Monochromatic Colors of #ab926f

#ab926f

Complementary Color

#ab926f #6f88ab

#ab926f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab926f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab926f Color CSS Codes

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

#ab926f Text Font Color

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

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


#ab926f Background Color

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

This div background color is #ab926f


#ab926f Border Color

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

This div border color is #ab926f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab926f


Comments

No comments written yet.

Please login to write comment.