#A5999D

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

Shades of Shady Lady #A5999D

Tints of Shady Lady #A5999D

Color information

#A5999D (or 0xA5999D) is unknown color: approx Shady Lady. HEX triplet: A5, 99 and 9D. RGB value is (165,153,157). Sum of RGB (Red+Green+Blue) = 165+153+157=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A5999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5999D is #5A6662. Grayscale: #9D9D9D. Windows color (decimal): -5924451 or 10328485. OLE color: 10328485.

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

Color convert

RGB165153157-
CMYK00.070.050.35
HSL340º6.25%62.35%-
HSV(B)340º7.27%64.71%-
XYZ32.9933.2236.57-
YUV157.04127.98133.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=34.74%
G=32.21%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515315700.070.050.353406.2562.35
HexA5999D0752315463e
Octal24523123507543524676
Binary1010010110011001100111010111101100011101010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5999D; }

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

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

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

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

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

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

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

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