#AB9787

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

Shades of Zorba #AB9787

Tints of Zorba #AB9787

Color information

#AB9787 (or 0xAB9787) is unknown color: approx Zorba. HEX triplet: AB, 97 and 87. RGB value is (171,151,135). Sum of RGB (Red+Green+Blue) = 171+151+135=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9787 is #546878. Grayscale: #9B9B9B. Windows color (decimal): -5531769 or 8886187. OLE color: 8886187.

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

Color convert

RGB171151135-
CMYK00.120.210.33
HSL26.67º17.65%60%-
HSV(B)26.67º21.05%67.06%-
XYZ32.2332.5427.5-
YUV155.16116.63139.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 151 (59.38% from 255) = 33.04%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=37.42%
G=33.04%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115113500.120.210.3326.6717.6560
HexAB97870C15211b123c
Octal2532272070142541332274
Binary10101011100101111000011101100101011000011101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9787; }

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

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

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

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

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

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

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

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