#A59C94

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

Shades of Zorba #A59C94

Tints of Zorba #A59C94

Color information

#A59C94 (or 0xA59C94) is unknown color: approx Zorba. HEX triplet: A5, 9C and 94. RGB value is (165,156,148). Sum of RGB (Red+Green+Blue) = 165+156+148=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C94 is #5A636B. Grayscale: #9D9D9D. Windows color (decimal): -5923692 or 9739429. OLE color: 9739429.

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

Color convert

RGB165156148-
CMYK00.050.100.35
HSL28.24º8.63%61.37%-
HSV(B)28.24º10.3%64.71%-
XYZ32.7533.9132.84-
YUV157.78122.48133.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=35.18%
G=33.26%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515614800.050.100.3528.248.6361.37
HexA59C9405A231c93d
Octal245234224051243341175
Binary10100101100111001001010001011010100011111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C94; }

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

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

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

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

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

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

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

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