#A09990

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

Shades of Zorba #A09990

Tints of Zorba #A09990

Color information

#A09990 (or 0xA09990) is unknown color: approx Zorba. HEX triplet: A0, 99 and 90. RGB value is (160,153,144). Sum of RGB (Red+Green+Blue) = 160+153+144=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 160 - color contains mainly: red. Hex color #A09990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09990 is #5F666F. Grayscale: #9A9A9A. Windows color (decimal): -6252144 or 9476512. OLE color: 9476512.

HSL color Cylindrical-coordinate representation of color #A09990: hue angle of 33.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A09990 is Cyan = 0, Magento = 0.04, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB160153144-
CMYK00.040.10.37
HSL33.75º7.77%59.61%-
HSV(B)33.75º10%62.75%-
XYZ30.9232.2730.98-
YUV154.07122.32132.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=35.01%
G=33.48%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015314400.040.10.3733.757.7759.61
HexA0999004A252283c
Octal240231220041245421074
Binary101000001001100110010000010010101001011000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09990; }

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

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

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

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

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

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

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

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