#AAA3AE

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

Shades of Chatelle #AAA3AE

Tints of Chatelle #AAA3AE

Color information

#AAA3AE (or 0xAAA3AE) is unknown color: approx Chatelle. HEX triplet: AA, A3 and AE. RGB value is (170,163,174). Sum of RGB (Red+Green+Blue) = 170+163+174=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAA3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA3AE is #555C51. Grayscale: #A6A6A6. Windows color (decimal): -5594194 or 11445162. OLE color: 11445162.

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

Color convert

RGB170163174-
CMYK0.020.0600.32
HSL278.18º6.36%66.08%-
HSV(B)278.18º6.32%68.24%-
XYZ37.3137.845.37-
YUV166.35132.32130.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=33.53%
G=32.15%
B=34.32%

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
Decimal1701631740.020.0600.32278.186.3666.08
HexAAA3AE26020116642
Octal252243256260404266102
Binary1010101010100011101011101011001000001000101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3AE; }

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

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

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

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

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

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

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

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