#AA99AE

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

Shades of Chatelle #AA99AE

Tints of Chatelle #AA99AE

Color information

#AA99AE (or 0xAA99AE) is unknown color: approx Chatelle. HEX triplet: AA, 99 and AE. RGB value is (170,153,174). Sum of RGB (Red+Green+Blue) = 170+153+174=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99AE is #556651. Grayscale: #A0A0A0. Windows color (decimal): -5596754 or 11442602. OLE color: 11442602.

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

Color convert

RGB170153174-
CMYK0.020.1200.32
HSL288.57º11.48%64.12%-
HSV(B)288.57º12.07%68.24%-
XYZ35.6134.3844.8-
YUV160.48135.63134.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=34.21%
G=30.78%
B=35.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701531740.020.1200.32288.5711.4864.12
HexAA99AE2C020121b40
Octal25223125621404044113100
Binary101010101001100110101110101100010000010010000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99AE; }

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

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

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

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

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

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

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

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