#A89B90

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

Shades of Zorba #A89B90

Tints of Zorba #A89B90

Color information

#A89B90 (or 0xA89B90) is unknown color: approx Zorba. HEX triplet: A8, 9B and 90. RGB value is (168,155,144). Sum of RGB (Red+Green+Blue) = 168+155+144=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89B90 is #57646F. Grayscale: #9D9D9D. Windows color (decimal): -5727344 or 9477032. OLE color: 9477032.

HSL color Cylindrical-coordinate representation of color #A89B90: hue angle of 27.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89B90 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB168155144-
CMYK00.080.140.34
HSL27.5º12.12%61.18%-
HSV(B)27.5º14.29%65.88%-
XYZ32.933.7831.17-
YUV157.63120.31135.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 155 (60.94% from 255) = 33.19%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=35.97%
G=33.19%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815514400.080.140.3427.512.1261.18
HexA89B9008E221cc3d
Octal2502332200101642341475
Binary101010001001101110010000010001110100010111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89B90; }

 p { color: rgb(168,155,144); }

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

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

 a { background-color: rgb(168,155,144); }

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

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

 span { border-color: rgb(168,155,144); }

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