#A09487

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

Shades of Zorba #A09487

Tints of Zorba #A09487

Color information

#A09487 (or 0xA09487) is unknown color: approx Zorba. HEX triplet: A0, 94 and 87. RGB value is (160,148,135). Sum of RGB (Red+Green+Blue) = 160+148+135=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A09487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09487 is #5F6B78. Grayscale: #969696. Windows color (decimal): -6253433 or 8885408. OLE color: 8885408.

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

Color convert

RGB160148135-
CMYK00.070.160.37
HSL31.2º11.63%57.84%-
HSV(B)31.2º15.62%62.75%-
XYZ29.4630.427.24-
YUV150.11119.48135.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 135 (53.12% from 255) = 30.47%
R=36.12%
G=33.41%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014813500.070.160.3731.211.6357.84
HexA094870710251fc3a
Octal240224207072045371472
Binary101000001001010010000111011110000100101111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09487; }

 p { color: rgb(160,148,135); }

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

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

 a { background-color: rgb(160,148,135); }

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

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

 span { border-color: rgb(160,148,135); }

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