#A89D96

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

Shades of Zorba #A89D96

Tints of Zorba #A89D96

Color information

#A89D96 (or 0xA89D96) is unknown color: approx Zorba. HEX triplet: A8, 9D and 96. RGB value is (168,157,150). Sum of RGB (Red+Green+Blue) = 168+157+150=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89D96 is #576269. Grayscale: #9F9F9F. Windows color (decimal): -5726826 or 9870760. OLE color: 9870760.

HSL color Cylindrical-coordinate representation of color #A89D96: hue angle of 23.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A89D96 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB168157150-
CMYK00.070.110.34
HSL23.33º9.38%62.35%-
HSV(B)23.33º10.71%65.88%-
XYZ33.7134.6433.76-
YUV159.49122.64134.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=35.37%
G=33.05%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815715000.070.110.3423.339.3862.35
HexA89D9607B221793e
Octal250235226071342271176
Binary10101000100111011001011001111011100010101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89D96; }

 p { color: rgb(168,157,150); }

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

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

 a { background-color: rgb(168,157,150); }

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

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

 span { border-color: rgb(168,157,150); }

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