#A09790

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

Shades of Zorba #A09790

Tints of Zorba #A09790

Color information

#A09790 (or 0xA09790) is unknown color: approx Zorba. HEX triplet: A0, 97 and 90. RGB value is (160,151,144). Sum of RGB (Red+Green+Blue) = 160+151+144=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 160 - color contains mainly: red. Hex color #A09790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09790 is #5F686F. Grayscale: #989898. Windows color (decimal): -6252656 or 9476000. OLE color: 9476000.

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

Color convert

RGB160151144-
CMYK00.060.10.37
HSL26.25º7.77%59.61%-
HSV(B)26.25º10%62.75%-
XYZ30.631.6230.88-
YUV152.89122.98133.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=35.16%
G=33.19%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015114400.060.10.3726.257.7759.61
HexA0979006A251a83c
Octal240227220061245321074
Binary10100000100101111001000001101010100101110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09790; }

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

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

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

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

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

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

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

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