#A89787

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

Shades of Zorba #A89787

Tints of Zorba #A89787

Color information

#A89787 (or 0xA89787) is unknown color: approx Zorba. HEX triplet: A8, 97 and 87. RGB value is (168,151,135). Sum of RGB (Red+Green+Blue) = 168+151+135=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A89787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89787 is #576878. Grayscale: #9A9A9A. Windows color (decimal): -5728377 or 8886184. OLE color: 8886184.

HSL color Cylindrical-coordinate representation of color #A89787: hue angle of 29.09º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A89787 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB168151135-
CMYK00.100.200.34
HSL29.09º15.94%59.41%-
HSV(B)29.09º19.64%65.88%-
XYZ31.5932.2127.47-
YUV154.26117.13137.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=37.00%
G=33.26%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815113500.100.200.3429.0915.9459.41
HexA897870A14221d103b
Octal2502272070122442352073
Binary10101000100101111000011101010101001000101110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89787; }

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

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

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

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

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

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

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

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