#AAA7AE

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

Shades of Chatelle #AAA7AE

Tints of Chatelle #AAA7AE

Color information

#AAA7AE (or 0xAAA7AE) is unknown color: approx Chatelle. HEX triplet: AA, A7 and AE. RGB value is (170,167,174). Sum of RGB (Red+Green+Blue) = 170+167+174=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAA7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7AE is #555851. Grayscale: #A8A8A8. Windows color (decimal): -5593170 or 11446186. OLE color: 11446186.

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

Color convert

RGB170167174-
CMYK0.020.0400.32
HSL265.71º4.14%66.86%-
HSV(B)265.71º4.02%68.24%-
XYZ38.0439.2445.61-
YUV168.7130.99128.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=33.27%
G=32.68%
B=34.05%

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
Decimal1701671740.020.0400.32265.714.1466.86
HexAAA7AE2402010a443
Octal252247256240404124103
Binary1010101010100111101011101010001000001000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7AE; }

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

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

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

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

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

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

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

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