#A59C93

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

Shades of Zorba #A59C93

Tints of Zorba #A59C93

Color information

#A59C93 (or 0xA59C93) is unknown color: approx Zorba. HEX triplet: A5, 9C and 93. RGB value is (165,156,147). Sum of RGB (Red+Green+Blue) = 165+156+147=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C93 is #5A636C. Grayscale: #9D9D9D. Windows color (decimal): -5923693 or 9673893. OLE color: 9673893.

HSL color Cylindrical-coordinate representation of color #A59C93: hue angle of 30º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A59C93 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB165156147-
CMYK00.050.110.35
HSL30º9.09%61.18%-
HSV(B)30º10.91%64.71%-
XYZ32.6733.8832.42-
YUV157.66121.98133.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 156 (61.33% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=35.26%
G=33.33%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515614700.050.110.35309.0961.18
HexA59C9305B231e93d
Octal245234223051343361175
Binary10100101100111001001001101011011100011111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C93; }

 p { color: rgb(165,156,147); }

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

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

 a { background-color: rgb(165,156,147); }

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

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

 span { border-color: rgb(165,156,147); }

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