#AA9AAE

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

Shades of Chatelle #AA9AAE

Tints of Chatelle #AA9AAE

Color information

#AA9AAE (or 0xAA9AAE) is unknown color: approx Chatelle. HEX triplet: AA, 9A and AE. RGB value is (170,154,174). Sum of RGB (Red+Green+Blue) = 170+154+174=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA9AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAE is #556551. Grayscale: #A1A1A1. Windows color (decimal): -5596498 or 11442858. OLE color: 11442858.

HSL color Cylindrical-coordinate representation of color #AA9AAE: hue angle of 288º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9AAE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170154174-
CMYK0.020.1100.32
HSL288º10.99%64.31%-
HSV(B)288º11.49%68.24%-
XYZ35.7734.7144.86-
YUV161.06135.3134.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=34.14%
G=30.92%
B=34.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701541740.020.1100.3228810.9964.31
HexAA9AAE2B020120b40
Octal25223225621304044013100
Binary101010101001101010101110101011010000010010000010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AAE; }

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

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

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

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

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

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

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

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