#A598A0

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

Shades of Shady Lady #A598A0

Tints of Shady Lady #A598A0

Color information

#A598A0 (or 0xA598A0) is unknown color: approx Shady Lady. HEX triplet: A5, 98 and A0. RGB value is (165,152,160). Sum of RGB (Red+Green+Blue) = 165+152+160=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 165 - color contains mainly: red. Hex color #A598A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A598A0 is #5A675F. Grayscale: #9C9C9C. Windows color (decimal): -5924704 or 10524837. OLE color: 10524837.

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

Color convert

RGB165152160-
CMYK00.080.030.35
HSL323.08º6.74%62.16%-
HSV(B)323.08º7.88%64.71%-
XYZ33.0932.9937.88-
YUV156.8129.81133.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=34.59%
G=31.87%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515216000.080.030.35323.086.7462.16
HexA598A00832314373e
Octal245230240010343503776
Binary1010010110011000101000000100011100011101000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598A0; }

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

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

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

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

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

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

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

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