#A59890

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

Shades of Zorba #A59890

Tints of Zorba #A59890

Color information

#A59890 (or 0xA59890) is unknown color: approx Zorba. HEX triplet: A5, 98 and 90. RGB value is (165,152,144). Sum of RGB (Red+Green+Blue) = 165+152+144=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A59890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59890 is #5A676F. Grayscale: #9B9B9B. Windows color (decimal): -5924720 or 9476261. OLE color: 9476261.

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

Color convert

RGB165152144-
CMYK00.080.130.35
HSL22.86º10.45%60.59%-
HSV(B)22.86º12.73%64.71%-
XYZ31.7832.4730.98-
YUV154.98121.81135.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=35.79%
G=32.97%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515214400.080.130.3522.8610.4560.59
HexA5989008D2317a3d
Octal2452302200101543271275
Binary101001011001100010010000010001101100011101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59890; }

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

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

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

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

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

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

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

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