#AB9E90

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

Shades of Zorba #AB9E90

Tints of Zorba #AB9E90

Color information

#AB9E90 (or 0xAB9E90) is unknown color: approx Zorba. HEX triplet: AB, 9E and 90. RGB value is (171,158,144). Sum of RGB (Red+Green+Blue) = 171+158+144=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E90 is #54616F. Grayscale: #A0A0A0. Windows color (decimal): -5529968 or 9477803. OLE color: 9477803.

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

Color convert

RGB171158144-
CMYK00.080.160.33
HSL31.11º13.85%61.76%-
HSV(B)31.11º15.79%67.06%-
XYZ34.0635.1331.37-
YUV160.29118.81135.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=36.15%
G=33.40%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115814400.080.160.3331.1113.8561.76
HexAB9E900810211fe3e
Octal2532362200102041371676
Binary1010101110011110100100000100010000100001111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E90; }

 p { color: rgb(171,158,144); }

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

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

 a { background-color: rgb(171,158,144); }

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

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

 span { border-color: rgb(171,158,144); }

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