#A596A0

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

Shades of Shady Lady #A596A0

Tints of Shady Lady #A596A0

Color information

#A596A0 (or 0xA596A0) is unknown color: approx Shady Lady. HEX triplet: A5, 96 and A0. RGB value is (165,150,160). Sum of RGB (Red+Green+Blue) = 165+150+160=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A596A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A596A0 is #5A695F. Grayscale: #9B9B9B. Windows color (decimal): -5925216 or 10524325. OLE color: 10524325.

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

Color convert

RGB165150160-
CMYK00.090.030.35
HSL320º7.69%61.76%-
HSV(B)320º9.09%64.71%-
XYZ32.7732.3537.77-
YUV155.62130.47134.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=34.74%
G=31.58%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515016000.090.030.353207.6961.76
HexA596A00932314083e
Octal2452262400113435001076
Binary10100101100101101010000001001111000111010000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596A0; }

 p { color: rgb(165,150,160); }

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

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

 a { background-color: rgb(165,150,160); }

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

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

 span { border-color: rgb(165,150,160); }

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