#A59A92

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

Shades of Zorba #A59A92

Tints of Zorba #A59A92

Color information

#A59A92 (or 0xA59A92) is unknown color: approx Zorba. HEX triplet: A5, 9A and 92. RGB value is (165,154,146). Sum of RGB (Red+Green+Blue) = 165+154+146=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59A92 is #5A656D. Grayscale: #9C9C9C. Windows color (decimal): -5924206 or 9607845. OLE color: 9607845.

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

Color convert

RGB165154146-
CMYK00.070.120.35
HSL25.26º9.55%60.98%-
HSV(B)25.26º11.52%64.71%-
XYZ32.2633.1931.9-
YUV156.38122.14134.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=35.48%
G=33.12%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515414600.070.120.3525.269.5560.98
HexA59A9207C2319a3d
Octal245232222071443311275
Binary10100101100110101001001001111100100011110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A92; }

 p { color: rgb(165,154,146); }

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

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

 a { background-color: rgb(165,154,146); }

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

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

 span { border-color: rgb(165,154,146); }

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