#AAA0B3

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

Shades of Chatelle #AAA0B3

Tints of Chatelle #AAA0B3

Color information

#AAA0B3 (or 0xAAA0B3) is unknown color: approx Chatelle. HEX triplet: AA, A0 and B3. RGB value is (170,160,179). Sum of RGB (Red+Green+Blue) = 170+160+179=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAA0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0B3 is #555F4C. Grayscale: #A5A5A5. Windows color (decimal): -5594957 or 11772074. OLE color: 11772074.

HSL color Cylindrical-coordinate representation of color #AAA0B3: hue angle of 271.58º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA0B3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170160179-
CMYK0.050.1100.30
HSL271.58º11.11%66.47%-
HSV(B)271.58º10.61%70.2%-
XYZ37.2936.9447.81-
YUV165.16135.81131.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=33.40%
G=31.43%
B=35.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701601790.050.1100.30271.5811.1166.47
HexAAA0B35B01E110b42
Octal25224026351303642013102
Binary101010101010000010110011101101101111010001000010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0B3; }

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

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

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

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

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

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

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

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