#AB9D92

Color #AB9D92 Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #AB9D92

Tints of Zorba #AB9D92

Color information

#AB9D92 (or 0xAB9D92) is unknown color: approx Zorba. HEX triplet: AB, 9D and 92. RGB value is (171,157,146). Sum of RGB (Red+Green+Blue) = 171+157+146=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D92 is #54626D. Grayscale: #9F9F9F. Windows color (decimal): -5530222 or 9608619. OLE color: 9608619.

HSL color Cylindrical-coordinate representation of color #AB9D92: hue angle of 26.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB9D92 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB171157146-
CMYK00.080.150.33
HSL26.4º12.95%62.16%-
HSV(B)26.4º14.62%67.06%-
XYZ34.0434.8532.13-
YUV159.93120.14135.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 146 (57.42% from 255) = 30.80%
R=36.08%
G=33.12%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115714600.080.150.3326.412.9562.16
HexAB9D9208F211ad3e
Octal2532352220101741321576
Binary101010111001110110010010010001111100001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D92; }

 p { color: rgb(171,157,146); }

 H1.HeaderClassName
 {
   color: #AB9D92;
 }
 .AnyTagClassName
 {
   color: #AB9D92;
 }
</style>
background-color css

<style>
 a { background-color: #AB9D92; }

 a { background-color: rgb(171,157,146); }

 div.DivClassName
 {
   background-color: #AB9D92;
 }
 .BgClassName
 {
   background-color: #AB9D92;
 }
</style>
border-color css

<style>
 span { border-color: #AB9D92; }

 span { border-color: rgb(171,157,146); }

 td.TdClassName
 {
   border-color: #AB9D92;
 }
 .TagClassName
 {
   border-color: #AB9D92;
 }
</style>