#A09185

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

Shades of Zorba #A09185

Tints of Zorba #A09185

Color information

#A09185 (or 0xA09185) is unknown color: approx Zorba. HEX triplet: A0, 91 and 85. RGB value is (160,145,133). Sum of RGB (Red+Green+Blue) = 160+145+133=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A09185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09185 is #5F6E7A. Grayscale: #949494. Windows color (decimal): -6254203 or 8753568. OLE color: 8753568.

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

Color convert

RGB160145133-
CMYK00.090.170.37
HSL26.67º12.44%57.45%-
HSV(B)26.67º16.88%62.75%-
XYZ28.8629.4226.35-
YUV148.12119.47136.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.53%
GREEN value IS 145 (57.03% from 255) = 33.11%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=36.53%
G=33.11%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014513300.090.170.3726.6712.4457.45
HexA091850911251bc39
Octal2402212050112145331471
Binary1010000010010001100001010100110001100101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09185; }

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

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

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

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

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

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

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

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