#A3999A

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

Shades of Shady Lady #A3999A

Tints of Shady Lady #A3999A

Color information

#A3999A (or 0xA3999A) is unknown color: approx Shady Lady. HEX triplet: A3, 99 and 9A. RGB value is (163,153,154). Sum of RGB (Red+Green+Blue) = 163+153+154=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 163 - color contains mainly: red. Hex color #A3999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3999A is #5C6665. Grayscale: #9C9C9C. Windows color (decimal): -6055526 or 10131875. OLE color: 10131875.

HSL color Cylindrical-coordinate representation of color #A3999A: hue angle of 354º 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 #A3999A is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB163153154-
CMYK00.060.060.36
HSL354º5.15%61.96%-
HSV(B)354º6.13%63.92%-
XYZ32.3332.935.22-
YUV156.1126.81132.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=34.68%
G=32.55%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315315400.060.060.363545.1561.96
HexA3999A0662416253e
Octal24323123206644542576
Binary1010001110011001100110100110110100100101100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3999A; }

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

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

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

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

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

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

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

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