#A5999F

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

Shades of Shady Lady #A5999F

Tints of Shady Lady #A5999F

Color information

#A5999F (or 0xA5999F) is unknown color: approx Shady Lady. HEX triplet: A5, 99 and 9F. RGB value is (165,153,159). Sum of RGB (Red+Green+Blue) = 165+153+159=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 165 - color contains mainly: red. Hex color #A5999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5999F is #5A6660. Grayscale: #9D9D9D. Windows color (decimal): -5924449 or 10459557. OLE color: 10459557.

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

Color convert

RGB165153159-
CMYK00.070.040.35
HSL330º6.25%62.35%-
HSV(B)330º7.27%64.71%-
XYZ33.1733.2937.48-
YUV157.27128.98133.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=34.59%
G=32.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515315900.070.040.353306.2562.35
HexA5999F0742314a63e
Octal24523123707443512676
Binary1010010110011001100111110111100100011101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5999F; }

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

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

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

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

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

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

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

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