#AAA3AD

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

Shades of Chatelle #AAA3AD

Tints of Chatelle #AAA3AD

Color information

#AAA3AD (or 0xAAA3AD) is unknown color: approx Chatelle. HEX triplet: AA, A3 and AD. RGB value is (170,163,173). Sum of RGB (Red+Green+Blue) = 170+163+173=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: blue. Hex color #AAA3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA3AD is #555C52. Grayscale: #A6A6A6. Windows color (decimal): -5594195 or 11379626. OLE color: 11379626.

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

Color convert

RGB170163173-
CMYK0.020.0600.32
HSL282º5.75%65.88%-
HSV(B)282º5.78%67.84%-
XYZ37.2237.7644.86-
YUV166.23131.82130.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 163 (64.06% from 255) = 32.21%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=33.60%
G=32.21%
B=34.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701631730.020.0600.322825.7565.88
HexAAA3AD2602011a642
Octal252243255260404326102
Binary1010101010100011101011011011001000001000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3AD; }

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

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

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

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

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

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

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

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