#A59992

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

Shades of Zorba #A59992

Tints of Zorba #A59992

Color information

#A59992 (or 0xA59992) is unknown color: approx Zorba. HEX triplet: A5, 99 and 92. RGB value is (165,153,146). Sum of RGB (Red+Green+Blue) = 165+153+146=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 165 - color contains mainly: red. Hex color #A59992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59992 is #5A666D. Grayscale: #9B9B9B. Windows color (decimal): -5924462 or 9607589. OLE color: 9607589.

HSL color Cylindrical-coordinate representation of color #A59992: hue angle of 22.11º 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 #A59992 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB165153146-
CMYK00.070.120.35
HSL22.11º9.55%60.98%-
HSV(B)22.11º11.52%64.71%-
XYZ32.132.8631.84-
YUV155.79122.48134.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=35.56%
G=32.97%
B=31.47%

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
Decimal16515314600.070.120.3522.119.5560.98
HexA5999207C2316a3d
Octal245231222071443261275
Binary10100101100110011001001001111100100011101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59992; }

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

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

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

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

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

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

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

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