#AB9C91

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

Shades of Zorba #AB9C91

Tints of Zorba #AB9C91

Color information

#AB9C91 (or 0xAB9C91) is unknown color: approx Zorba. HEX triplet: AB, 9C and 91. RGB value is (171,156,145). Sum of RGB (Red+Green+Blue) = 171+156+145=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C91 is #54636E. Grayscale: #9F9F9F. Windows color (decimal): -5530479 or 9542827. OLE color: 9542827.

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

Color convert

RGB171156145-
CMYK00.090.150.33
HSL25.38º13.4%61.96%-
HSV(B)25.38º15.2%67.06%-
XYZ33.7934.4831.66-
YUV159.23119.97136.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=36.23%
G=33.05%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115614500.090.150.3325.3813.461.96
HexAB9C9109F2119d3e
Octal2532342210111741311576
Binary101010111001110010010001010011111100001110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C91; }

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

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

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

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

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

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

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

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