#AAA6AD

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

Shades of Chatelle #AAA6AD

Tints of Chatelle #AAA6AD

Color information

#AAA6AD (or 0xAAA6AD) is unknown color: approx Chatelle. HEX triplet: AA, A6 and AD. RGB value is (170,166,173). Sum of RGB (Red+Green+Blue) = 170+166+173=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 173 - color contains mainly: blue. Hex color #AAA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6AD is #555952. Grayscale: #A7A7A7. Windows color (decimal): -5593427 or 11380394. OLE color: 11380394.

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

Color convert

RGB170166173-
CMYK0.020.0400.32
HSL274.29º4.09%66.47%-
HSV(B)274.29º4.05%67.84%-
XYZ37.7638.8445.04-
YUV167.99130.83129.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=33.40%
G=32.61%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701661730.020.0400.32274.294.0966.47
HexAAA6AD24020112442
Octal252246255240404224102
Binary1010101010100110101011011010001000001000100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6AD; }

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

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

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

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

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

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

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

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