#AAA0B1

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

Shades of Chatelle #AAA0B1

Tints of Chatelle #AAA0B1

Color information

#AAA0B1 (or 0xAAA0B1) is unknown color: approx Chatelle. HEX triplet: AA, A0 and B1. RGB value is (170,160,177). Sum of RGB (Red+Green+Blue) = 170+160+177=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: blue. Hex color #AAA0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA0B1 is #555F4E. Grayscale: #A4A4A4. Windows color (decimal): -5594959 or 11641002. OLE color: 11641002.

HSL color Cylindrical-coordinate representation of color #AAA0B1: hue angle of 275.29º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA0B1 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170160177-
CMYK0.040.1000.31
HSL275.29º9.83%66.08%-
HSV(B)275.29º9.6%69.41%-
XYZ37.0836.8646.76-
YUV164.93134.81131.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=33.53%
G=31.56%
B=34.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701601770.040.1000.31275.299.8366.08
HexAAA0B14A01F113a42
Octal25224026141203742312102
Binary101010101010000010110001100101001111110001001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0B1; }

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

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

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

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

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

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

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

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