#A09791

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

Shades of Zorba #A09791

Tints of Zorba #A09791

Color information

#A09791 (or 0xA09791) is unknown color: approx Zorba. HEX triplet: A0, 97 and 91. RGB value is (160,151,145). Sum of RGB (Red+Green+Blue) = 160+151+145=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 160 - color contains mainly: red. Hex color #A09791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09791 is #5F686E. Grayscale: #999999. Windows color (decimal): -6252655 or 9541536. OLE color: 9541536.

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

Color convert

RGB160151145-
CMYK00.060.090.37
HSL24º7.32%59.8%-
HSV(B)24º9.38%62.75%-
XYZ30.6731.6531.28-
YUV153.01123.48132.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 145 (57.03% from 255) = 31.80%
R=35.09%
G=33.11%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015114500.060.090.37247.3259.8
HexA09791069251873c
Octal24022722106114530774
Binary1010000010010111100100010110100110010111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09791; }

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

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

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

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

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

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

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

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