#AAA2AD

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

Shades of Chatelle #AAA2AD

Tints of Chatelle #AAA2AD

Color information

#AAA2AD (or 0xAAA2AD) is unknown color: approx Chatelle. HEX triplet: AA, A2 and AD. RGB value is (170,162,173). Sum of RGB (Red+Green+Blue) = 170+162+173=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 173 - color contains mainly: blue. Hex color #AAA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA2AD is #555D52. Grayscale: #A5A5A5. Windows color (decimal): -5594451 or 11379370. OLE color: 11379370.

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

Color convert

RGB170162173-
CMYK0.020.0600.32
HSL283.64º6.29%65.69%-
HSV(B)283.64º6.36%67.84%-
XYZ37.0437.444.8-
YUV165.65132.15131.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=33.66%
G=32.08%
B=34.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701621730.020.0600.32283.646.2965.69
HexAAA2AD2602011c642
Octal252242255260404346102
Binary1010101010100010101011011011001000001000111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2AD; }

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

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

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

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

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

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

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

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