#A59990

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

Shades of Zorba #A59990

Tints of Zorba #A59990

Color information

#A59990 (or 0xA59990) is unknown color: approx Zorba. HEX triplet: A5, 99 and 90. RGB value is (165,153,144). Sum of RGB (Red+Green+Blue) = 165+153+144=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 165 - color contains mainly: red. Hex color #A59990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59990 is #5A666F. Grayscale: #9B9B9B. Windows color (decimal): -5924464 or 9476517. OLE color: 9476517.

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

Color convert

RGB165153144-
CMYK00.070.130.35
HSL25.71º10.45%60.59%-
HSV(B)25.71º12.73%64.71%-
XYZ31.9432.831.03-
YUV155.56121.48134.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=35.71%
G=33.12%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515314400.070.130.3525.7110.4560.59
HexA5999007D231aa3d
Octal245231220071543321275
Binary10100101100110011001000001111101100011110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59990; }

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

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

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

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

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

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

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

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