#AA9FAD

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

Shades of Chatelle #AA9FAD

Tints of Chatelle #AA9FAD

Color information

#AA9FAD (or 0xAA9FAD) is unknown color: approx Chatelle. HEX triplet: AA, 9F and AD. RGB value is (170,159,173). Sum of RGB (Red+Green+Blue) = 170+159+173=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FAD is #556052. Grayscale: #A3A3A3. Windows color (decimal): -5595219 or 11378602. OLE color: 11378602.

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

Color convert

RGB170159173-
CMYK0.020.0800.32
HSL287.14º7.87%65.1%-
HSV(B)287.14º8.09%67.84%-
XYZ36.5236.3644.63-
YUV163.89133.14132.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=33.86%
G=31.67%
B=34.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701591730.020.0800.32287.147.8765.1
HexAA9FAD2802011f841
Octal25223725521004043710101
Binary101010101001111110101101101000010000010001111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FAD; }

 p { color: rgb(170,159,173); }

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

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

 a { background-color: rgb(170,159,173); }

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

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

 span { border-color: rgb(170,159,173); }

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