#AAA1AD

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

Shades of Chatelle #AAA1AD

Tints of Chatelle #AAA1AD

Color information

#AAA1AD (or 0xAAA1AD) is unknown color: approx Chatelle. HEX triplet: AA, A1 and AD. RGB value is (170,161,173). Sum of RGB (Red+Green+Blue) = 170+161+173=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: blue. Hex color #AAA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA1AD is #555E52. Grayscale: #A5A5A5. Windows color (decimal): -5594707 or 11379114. OLE color: 11379114.

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

Color convert

RGB170161173-
CMYK0.020.0700.32
HSL285º6.82%65.49%-
HSV(B)285º6.94%67.84%-
XYZ36.8737.0544.74-
YUV165.06132.48131.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=33.73%
G=31.94%
B=34.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701611730.020.0700.322856.8265.49
HexAAA1AD2702011d741
Octal252241255270404357101
Binary1010101010100001101011011011101000001000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1AD; }

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

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

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

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

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

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

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

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