#AA9DAD

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

Shades of Chatelle #AA9DAD

Tints of Chatelle #AA9DAD

Color information

#AA9DAD (or 0xAA9DAD) is unknown color: approx Chatelle. HEX triplet: AA, 9D and AD. RGB value is (170,157,173). Sum of RGB (Red+Green+Blue) = 170+157+173=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA9DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9DAD is #556252. Grayscale: #A2A2A2. Windows color (decimal): -5595731 or 11378090. OLE color: 11378090.

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

Color convert

RGB170157173-
CMYK0.020.0900.32
HSL288.75º8.89%64.71%-
HSV(B)288.75º9.25%67.84%-
XYZ36.1835.6844.51-
YUV162.71133.81133.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 157 (61.72% from 255) = 31.4%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=34%
G=31.4%
B=34.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701571730.020.0900.32288.758.8964.71
HexAA9DAD29020121941
Octal25223525521104044111101
Binary101010101001110110101101101001010000010010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DAD; }

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

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

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

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

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

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

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

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