#A59087

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

Shades of Zorba #A59087

Tints of Zorba #A59087

Color information

#A59087 (or 0xA59087) is unknown color: approx Zorba. HEX triplet: A5, 90 and 87. RGB value is (165,144,135). Sum of RGB (Red+Green+Blue) = 165+144+135=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A59087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59087 is #5A6F78. Grayscale: #959595. Windows color (decimal): -5926777 or 8884389. OLE color: 8884389.

HSL color Cylindrical-coordinate representation of color #A59087: hue angle of 18º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59087 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB165144135-
CMYK00.130.180.35
HSL18º14.29%58.82%-
HSV(B)18º18.18%64.71%-
XYZ29.8629.727.08-
YUV149.25119.96139.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=37.16%
G=32.43%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514413500.130.180.351814.2958.82
HexA590870D122312e3b
Octal2452202070152243221673
Binary1010010110010000100001110110110010100011100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59087; }

 p { color: rgb(165,144,135); }

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

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

 a { background-color: rgb(165,144,135); }

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

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

 span { border-color: rgb(165,144,135); }

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