#A09992

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

Shades of Zorba #A09992

Tints of Zorba #A09992

Color information

#A09992 (or 0xA09992) is unknown color: approx Zorba. HEX triplet: A0, 99 and 92. RGB value is (160,153,146). Sum of RGB (Red+Green+Blue) = 160+153+146=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 160 - color contains mainly: red. Hex color #A09992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09992 is #5F666D. Grayscale: #9A9A9A. Windows color (decimal): -6252142 or 9607584. OLE color: 9607584.

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

Color convert

RGB160153146-
CMYK00.040.090.37
HSL30º6.86%60%-
HSV(B)30º8.75%62.75%-
XYZ31.0832.3331.8-
YUV154.29123.32132.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 31.81%
R=34.86%
G=33.33%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015314600.040.090.37306.8660
HexA09992049251e73c
Octal24023122204114536774
Binary1010000010011001100100100100100110010111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09992; }

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

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

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

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

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

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

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

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