#AAA0AE

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

Shades of Chatelle #AAA0AE

Tints of Chatelle #AAA0AE

Color information

#AAA0AE (or 0xAAA0AE) is unknown color: approx Chatelle. HEX triplet: AA, A0 and AE. RGB value is (170,160,174). Sum of RGB (Red+Green+Blue) = 170+160+174=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAA0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA0AE is #555F51. Grayscale: #A4A4A4. Windows color (decimal): -5594962 or 11444394. OLE color: 11444394.

HSL color Cylindrical-coordinate representation of color #AAA0AE: hue angle of 282.86º 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 #AAA0AE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170160174-
CMYK0.020.0800.32
HSL282.86º7.95%65.49%-
HSV(B)282.86º8.05%68.24%-
XYZ36.7936.7445.2-
YUV164.59133.31131.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=33.73%
G=31.75%
B=34.52%

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
Decimal1701601740.020.0800.32282.867.9565.49
HexAAA0AE2802011b841
Octal25224025621004043310101
Binary101010101010000010101110101000010000010001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0AE; }

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

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

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

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

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

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

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

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