#AAA6AC

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

Shades of Chatelle #AAA6AC

Tints of Chatelle #AAA6AC

Color information

#AAA6AC (or 0xAAA6AC) is unknown color: approx Chatelle. HEX triplet: AA, A6 and AC. RGB value is (170,166,172). Sum of RGB (Red+Green+Blue) = 170+166+172=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 172 - color contains mainly: blue. Hex color #AAA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6AC is #555953. Grayscale: #A7A7A7. Windows color (decimal): -5593428 or 11314858. OLE color: 11314858.

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

Color convert

RGB170166172-
CMYK0.010.0300.33
HSL280º3.49%66.27%-
HSV(B)280º3.49%67.45%-
XYZ37.6638.844.53-
YUV167.88130.33129.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=33.46%
G=32.68%
B=33.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701661720.010.0300.332803.4966.27
HexAAA6AC13021118342
Octal252246254130414303102
Binary1010101010100110101011001110100001100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6AC; }

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

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

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

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

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

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

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

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