#AA969B

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

Shades of Shady Lady #AA969B

Tints of Shady Lady #AA969B

Color information

#AA969B (or 0xAA969B) is unknown color: approx Shady Lady. HEX triplet: AA, 96 and 9B. RGB value is (170,150,155). Sum of RGB (Red+Green+Blue) = 170+150+155=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA969B is #556964. Grayscale: #9C9C9C. Windows color (decimal): -5597541 or 10196650. OLE color: 10196650.

HSL color Cylindrical-coordinate representation of color #AA969B: hue angle of 345º 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 #AA969B is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170150155-
CMYK00.120.090.33
HSL345º10.53%62.75%-
HSV(B)345º11.76%66.67%-
XYZ33.432.7335.57-
YUV156.55127.13137.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=35.79%
G=31.58%
B=32.63%

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
Decimal17015015500.120.090.3334510.5362.75
HexAA969B0C921159b3f
Octal25222623301411415311377
Binary1010101010010110100110110110010011000011010110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA969B; }

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

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

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

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

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

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

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

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