#A6AAAE

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

Shades of Grey Chateau #A6AAAE

Tints of Grey Chateau #A6AAAE

Color information

#A6AAAE (or 0xA6AAAE) is unknown color: approx Grey Chateau. HEX triplet: A6, AA and AE. RGB value is (166,170,174). Sum of RGB (Red+Green+Blue) = 166+170+174=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 170 (66.80% from 255 or 33.33% 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 #A6AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AAAE is #595551. Grayscale: #A9A9A9. Windows color (decimal): -5854546 or 11446950. OLE color: 11446950.

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

Color convert

RGB166170174-
CMYK0.050.0200.32
HSL210º4.71%66.67%-
HSV(B)210º4.6%68.24%-
XYZ37.7439.9145.76-
YUV169.26130.67125.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661701740.050.0200.322104.7166.67
HexA6AAAE52020d2543
Octal246252256520403225103
Binary101001101010101010101110101100100000110100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAAE; }

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

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

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

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

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

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

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

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