#AAA6AE

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

Shades of Chatelle #AAA6AE

Tints of Chatelle #AAA6AE

Color information

#AAA6AE (or 0xAAA6AE) is unknown color: approx Chatelle. HEX triplet: AA, A6 and AE. RGB value is (170,166,174). Sum of RGB (Red+Green+Blue) = 170+166+174=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAA6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6AE is #555951. Grayscale: #A8A8A8. Windows color (decimal): -5593426 or 11445930. OLE color: 11445930.

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

Color convert

RGB170166174-
CMYK0.020.0500.32
HSL270º4.71%66.67%-
HSV(B)270º4.6%68.24%-
XYZ37.8538.8745.55-
YUV168.11131.33129.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=33.33%
G=32.55%
B=34.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701661740.020.0500.322704.7166.67
HexAAA6AE2502010e543
Octal252246256250404165103
Binary1010101010100110101011101010101000001000011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6AE; }

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

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

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

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

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

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

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

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