#A09993

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

Shades of Zorba #A09993

Tints of Zorba #A09993

Color information

#A09993 (or 0xA09993) is unknown color: approx Zorba. HEX triplet: A0, 99 and 93. RGB value is (160,153,147). Sum of RGB (Red+Green+Blue) = 160+153+147=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 160 - color contains mainly: red. Hex color #A09993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09993 is #5F666C. Grayscale: #9A9A9A. Windows color (decimal): -6252141 or 9673120. OLE color: 9673120.

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

Color convert

RGB160153147-
CMYK00.040.080.37
HSL27.69º6.4%60.2%-
HSV(B)27.69º8.12%62.75%-
XYZ31.1532.3632.21-
YUV154.41123.82131.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=34.78%
G=33.26%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015314700.040.080.3727.696.460.2
HexA09993048251c63c
Octal24023122304104534674
Binary1010000010011001100100110100100010010111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09993; }

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

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

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

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

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

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

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

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