#AA9BAE

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

Shades of Chatelle #AA9BAE

Tints of Chatelle #AA9BAE

Color information

#AA9BAE (or 0xAA9BAE) is unknown color: approx Chatelle. HEX triplet: AA, 9B and AE. RGB value is (170,155,174). Sum of RGB (Red+Green+Blue) = 170+155+174=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA9BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BAE is #556451. Grayscale: #A1A1A1. Windows color (decimal): -5596242 or 11443114. OLE color: 11443114.

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

Color convert

RGB170155174-
CMYK0.020.1100.32
HSL287.37º10.5%64.51%-
HSV(B)287.37º10.92%68.24%-
XYZ35.9435.0444.91-
YUV161.65134.97133.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=34.07%
G=31.06%
B=34.87%

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
Decimal1701551740.020.1100.32287.3710.564.51
HexAA9BAE2B02011fa41
Octal25223325621304043712101
Binary101010101001101110101110101011010000010001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BAE; }

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

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

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

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

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

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

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

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