#A99CA1

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

Shades of Shady Lady #A99CA1

Tints of Shady Lady #A99CA1

Color information

#A99CA1 (or 0xA99CA1) is unknown color: approx Shady Lady. HEX triplet: A9, 9C and A1. RGB value is (169,156,161). Sum of RGB (Red+Green+Blue) = 169+156+161=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 169 - color contains mainly: red. Hex color #A99CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CA1 is #56635E. Grayscale: #A0A0A0. Windows color (decimal): -5661535 or 10591401. OLE color: 10591401.

HSL color Cylindrical-coordinate representation of color #A99CA1: hue angle of 336.92º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A99CA1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169156161-
CMYK00.080.050.34
HSL336.92º7.03%63.73%-
HSV(B)336.92º7.69%66.27%-
XYZ34.6834.7938.6-
YUV160.46128.31134.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.77%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=34.77%
G=32.10%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915616100.080.050.34336.927.0363.73
HexA99CA108522151740
Octal2512342410105425217100
Binary101010011001110010100001010001011000101010100011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CA1; }

 p { color: rgb(169,156,161); }

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

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

 a { background-color: rgb(169,156,161); }

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

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

 span { border-color: rgb(169,156,161); }

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