#A995A2

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

Shades of Shady Lady #A995A2

Tints of Shady Lady #A995A2

Color information

#A995A2 (or 0xA995A2) is unknown color: approx Shady Lady. HEX triplet: A9, 95 and A2. RGB value is (169,149,162). Sum of RGB (Red+Green+Blue) = 169+149+162=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 169 - color contains mainly: red. Hex color #A995A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995A2 is #566A5D. Grayscale: #9C9C9C. Windows color (decimal): -5663326 or 10655145. OLE color: 10655145.

HSL color Cylindrical-coordinate representation of color #A995A2: hue angle of 321º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A995A2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB169149162-
CMYK00.120.040.34
HSL321º10.42%62.35%-
HSV(B)321º11.83%66.27%-
XYZ33.6332.5438.69-
YUV156.46131.13136.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=35.21%
G=31.04%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914916200.120.040.3432110.4262.35
HexA995A20C422141a3e
Octal2512252420144425011276
Binary101010011001010110100010011001001000101010000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995A2; }

 p { color: rgb(169,149,162); }

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

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

 a { background-color: rgb(169,149,162); }

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

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

 span { border-color: rgb(169,149,162); }

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