#A09891

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

Shades of Zorba #A09891

Tints of Zorba #A09891

Color information

#A09891 (or 0xA09891) is unknown color: approx Zorba. HEX triplet: A0, 98 and 91. RGB value is (160,152,145). Sum of RGB (Red+Green+Blue) = 160+152+145=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 160 - color contains mainly: red. Hex color #A09891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09891 is #5F676E. Grayscale: #999999. Windows color (decimal): -6252399 or 9541792. OLE color: 9541792.

HSL color Cylindrical-coordinate representation of color #A09891: hue angle of 28º 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 #A09891 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB160152145-
CMYK00.050.090.37
HSL28º7.32%59.8%-
HSV(B)28º9.38%62.75%-
XYZ30.8431.9731.33-
YUV153.59123.15132.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 145 (57.03% from 255) = 31.73%
R=35.01%
G=33.26%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015214500.050.090.37287.3259.8
HexA09891059251c73c
Octal24023022105114534774
Binary1010000010011000100100010101100110010111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09891; }

 p { color: rgb(160,152,145); }

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

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

 a { background-color: rgb(160,152,145); }

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

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

 span { border-color: rgb(160,152,145); }

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