#AA969A

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

Shades of Shady Lady #AA969A

Tints of Shady Lady #AA969A

Color information

#AA969A (or 0xAA969A) is unknown color: approx Shady Lady. HEX triplet: AA, 96 and 9A. RGB value is (170,150,154). Sum of RGB (Red+Green+Blue) = 170+150+154=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA969A is #556965. Grayscale: #9C9C9C. Windows color (decimal): -5597542 or 10131114. OLE color: 10131114.

HSL color Cylindrical-coordinate representation of color #AA969A: hue angle of 348º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA969A is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170150154-
CMYK00.120.090.33
HSL348º10.53%62.75%-
HSV(B)348º11.76%66.67%-
XYZ33.3232.6935.13-
YUV156.44126.63137.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=35.86%
G=31.65%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015015400.120.090.3334810.5362.75
HexAA969A0C92115cb3f
Octal25222623201411415341377
Binary1010101010010110100110100110010011000011010111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA969A; }

 p { color: rgb(170,150,154); }

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

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

 a { background-color: rgb(170,150,154); }

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

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

 span { border-color: rgb(170,150,154); }

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