#A89990

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

Shades of Zorba #A89990

Tints of Zorba #A89990

Color information

#A89990 (or 0xA89990) is unknown color: approx Zorba. HEX triplet: A8, 99 and 90. RGB value is (168,153,144). Sum of RGB (Red+Green+Blue) = 168+153+144=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A89990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89990 is #57666F. Grayscale: #9C9C9C. Windows color (decimal): -5727856 or 9476520. OLE color: 9476520.

HSL color Cylindrical-coordinate representation of color #A89990: hue angle of 22.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 #A89990 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB168153144-
CMYK00.090.140.34
HSL22.5º12.12%61.18%-
HSV(B)22.5º14.29%65.88%-
XYZ32.5733.1231.06-
YUV156.46120.97136.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=36.13%
G=32.90%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815314400.090.140.3422.512.1261.18
HexA8999009E2217c3d
Octal2502312200111642271475
Binary101010001001100110010000010011110100010101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89990; }

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

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

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

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

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

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

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

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