#AAACAE

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

Shades of Grey Chateau #AAACAE

Tints of Grey Chateau #AAACAE

Color information

#AAACAE (or 0xAAACAE) is unknown color: approx Grey Chateau. HEX triplet: AA, AC and AE. RGB value is (170,172,174). Sum of RGB (Red+Green+Blue) = 170+172+174=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACAE is #555351. Grayscale: #ABABAB. Windows color (decimal): -5591890 or 11447466. OLE color: 11447466.

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

Color convert

RGB170172174-
CMYK0.020.0100.32
HSL210º2.41%67.45%-
HSV(B)210º2.3%68.24%-
XYZ38.9741.1145.92-
YUV171.63129.34126.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=32.95%
G=33.33%
B=33.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701721740.020.0100.322102.4167.45
HexAAACAE21020d2243
Octal252254256210403222103
Binary101010101010110010101110101010000011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACAE; }

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

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

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

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

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

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

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

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