#AAA0AD

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

Shades of Chatelle #AAA0AD

Tints of Chatelle #AAA0AD

Color information

#AAA0AD (or 0xAAA0AD) is unknown color: approx Chatelle. HEX triplet: AA, A0 and AD. RGB value is (170,160,173). Sum of RGB (Red+Green+Blue) = 170+160+173=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #AAA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA0AD is #555F52. Grayscale: #A4A4A4. Windows color (decimal): -5594963 or 11378858. OLE color: 11378858.

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

Color convert

RGB170160173-
CMYK0.020.0800.32
HSL286.15º7.34%65.29%-
HSV(B)286.15º7.51%67.84%-
XYZ36.6936.744.69-
YUV164.47132.81131.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=33.80%
G=31.81%
B=34.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701601730.020.0800.32286.157.3465.29
HexAAA0AD2802011e741
Octal2522402552100404367101
Binary10101010101000001010110110100001000001000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0AD; }

 p { color: rgb(170,160,173); }

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

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

 a { background-color: rgb(170,160,173); }

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

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

 span { border-color: rgb(170,160,173); }

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