#A3999F

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

Shades of Shady Lady #A3999F

Tints of Shady Lady #A3999F

Color information

#A3999F (or 0xA3999F) is unknown color: approx Shady Lady. HEX triplet: A3, 99 and 9F. RGB value is (163,153,159). Sum of RGB (Red+Green+Blue) = 163+153+159=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 163 - color contains mainly: red. Hex color #A3999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3999F is #5C6660. Grayscale: #9C9C9C. Windows color (decimal): -6055521 or 10459555. OLE color: 10459555.

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

Color convert

RGB163153159-
CMYK00.060.020.36
HSL324º5.15%61.96%-
HSV(B)324º6.13%63.92%-
XYZ32.7533.0737.46-
YUV156.67129.31132.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=34.32%
G=32.21%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315315900.060.020.363245.1561.96
HexA3999F0622414453e
Octal24323123706244504576
Binary101000111001100110011111011010100100101000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3999F; }

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

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

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

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

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

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

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

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