#A99AA4

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

Shades of Shady Lady #A99AA4

Tints of Shady Lady #A99AA4

Color information

#A99AA4 (or 0xA99AA4) is unknown color: approx Shady Lady. HEX triplet: A9, 9A and A4. RGB value is (169,154,164). Sum of RGB (Red+Green+Blue) = 169+154+164=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 169 - color contains mainly: red. Hex color #A99AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99AA4 is #56655B. Grayscale: #9F9F9F. Windows color (decimal): -5662044 or 10787497. OLE color: 10787497.

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

Color convert

RGB169154164-
CMYK00.090.030.34
HSL320º8.02%63.33%-
HSV(B)320º8.88%66.27%-
XYZ34.6234.2339.9-
YUV159.62130.47134.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 154 (60.55% from 255) = 31.62%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=34.70%
G=31.62%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915416400.090.030.343208.0263.33
HexA99AA40932214083f
Octal2512322440113425001077
Binary10101001100110101010010001001111000101010000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AA4; }

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

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

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

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

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

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

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

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