#A59185

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

Shades of Zorba #A59185

Tints of Zorba #A59185

Color information

#A59185 (or 0xA59185) is unknown color: approx Zorba. HEX triplet: A5, 91 and 85. RGB value is (165,145,133). Sum of RGB (Red+Green+Blue) = 165+145+133=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A59185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59185 is #5A6E7A. Grayscale: #959595. Windows color (decimal): -5926523 or 8753573. OLE color: 8753573.

HSL color Cylindrical-coordinate representation of color #A59185: hue angle of 22.5º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A59185 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB165145133-
CMYK00.120.190.35
HSL22.5º15.09%58.43%-
HSV(B)22.5º19.39%64.71%-
XYZ29.8829.9426.4-
YUV149.61118.63138.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=37.25%
G=32.73%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514513300.120.190.3522.515.0958.43
HexA591850C132317f3a
Octal2452212050142343271772
Binary1010010110010001100001010110010011100011101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59185; }

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

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

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

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

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

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

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

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