#AB9F91

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

Shades of Zorba #AB9F91

Tints of Zorba #AB9F91

Color information

#AB9F91 (or 0xAB9F91) is unknown color: approx Zorba. HEX triplet: AB, 9F and 91. RGB value is (171,159,145). Sum of RGB (Red+Green+Blue) = 171+159+145=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F91 is #54606E. Grayscale: #A1A1A1. Windows color (decimal): -5529711 or 9543595. OLE color: 9543595.

HSL color Cylindrical-coordinate representation of color #AB9F91: hue angle of 32.31º 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 #AB9F91 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB171159145-
CMYK00.070.150.33
HSL32.31º13.4%61.96%-
HSV(B)32.31º15.2%67.06%-
XYZ34.335.531.83-
YUV160.99118.98135.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=36%
G=33.47%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115914500.070.150.3332.3113.461.96
HexAB9F9107F2120d3e
Octal253237221071741401576
Binary101010111001111110010001011111111000011000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F91; }

 p { color: rgb(171,159,145); }

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

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

 a { background-color: rgb(171,159,145); }

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

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

 span { border-color: rgb(171,159,145); }

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