#A59B95

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

Shades of Zorba #A59B95

Tints of Zorba #A59B95

Color information

#A59B95 (or 0xA59B95) is unknown color: approx Zorba. HEX triplet: A5, 9B and 95. RGB value is (165,155,149). Sum of RGB (Red+Green+Blue) = 165+155+149=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B95 is #5A646A. Grayscale: #9D9D9D. Windows color (decimal): -5923947 or 9804709. OLE color: 9804709.

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

Color convert

RGB165155149-
CMYK00.060.100.35
HSL22.5º8.16%61.57%-
HSV(B)22.5º9.7%64.71%-
XYZ32.6633.6133.2-
YUV157.31123.31133.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=35.18%
G=33.05%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515514900.060.100.3522.58.1661.57
HexA59B9506A231783e
Octal245233225061243271076
Binary10100101100110111001010101101010100011101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B95; }

 p { color: rgb(165,155,149); }

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

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

 a { background-color: rgb(165,155,149); }

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

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

 span { border-color: rgb(165,155,149); }

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