#AB9887

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

Shades of Zorba #AB9887

Tints of Zorba #AB9887

Color information

#AB9887 (or 0xAB9887) is unknown color: approx Zorba. HEX triplet: AB, 98 and 87. RGB value is (171,152,135). Sum of RGB (Red+Green+Blue) = 171+152+135=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9887 is #546778. Grayscale: #9B9B9B. Windows color (decimal): -5531513 or 8886443. OLE color: 8886443.

HSL color Cylindrical-coordinate representation of color #AB9887: hue angle of 28.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB9887 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB171152135-
CMYK00.110.210.33
HSL28.33º17.65%60%-
HSV(B)28.33º21.05%67.06%-
XYZ32.432.8627.56-
YUV155.74116.29138.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 135 (53.12% from 255) = 29.48%
R=37.34%
G=33.19%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115213500.110.210.3328.3317.6560
HexAB98870B15211c123c
Octal2532302070132541342274
Binary10101011100110001000011101011101011000011110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9887; }

 p { color: rgb(171,152,135); }

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

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

 a { background-color: rgb(171,152,135); }

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

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

 span { border-color: rgb(171,152,135); }

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