#A99CA4

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

Shades of Shady Lady #A99CA4

Tints of Shady Lady #A99CA4

Color information

#A99CA4 (or 0xA99CA4) is unknown color: approx Shady Lady. HEX triplet: A9, 9C and A4. RGB value is (169,156,164). Sum of RGB (Red+Green+Blue) = 169+156+164=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 169 - color contains mainly: red. Hex color #A99CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CA4 is #56635B. Grayscale: #A0A0A0. Windows color (decimal): -5661532 or 10788009. OLE color: 10788009.

HSL color Cylindrical-coordinate representation of color #A99CA4: hue angle of 323.08º 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 #A99CA4 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB169156164-
CMYK00.080.030.34
HSL323.08º7.03%63.73%-
HSV(B)323.08º7.69%66.27%-
XYZ34.9534.8940.01-
YUV160.8129.81133.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=34.56%
G=31.90%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915616400.080.030.34323.087.0363.73
HexA99CA408322143740
Octal2512342440103425037100
Binary10101001100111001010010001000111000101010000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CA4; }

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

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

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

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

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

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

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

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