#AAA1B3

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

Shades of Chatelle #AAA1B3

Tints of Chatelle #AAA1B3

Color information

#AAA1B3 (or 0xAAA1B3) is unknown color: approx Chatelle. HEX triplet: AA, A1 and B3. RGB value is (170,161,179). Sum of RGB (Red+Green+Blue) = 170+161+179=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAA1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1B3 is #555E4C. Grayscale: #A5A5A5. Windows color (decimal): -5594701 or 11772330. OLE color: 11772330.

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

Color convert

RGB170161179-
CMYK0.050.1000.30
HSL270º10.59%66.67%-
HSV(B)270º10.06%70.2%-
XYZ37.4637.2947.87-
YUV165.74135.48131.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 179 (70.31% from 255) = 35.10%
R=33.33%
G=31.57%
B=35.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701611790.050.1000.3027010.5966.67
HexAAA1B35A01E10eb43
Octal25224126351203641613103
Binary101010101010000110110011101101001111010000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1B3; }

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

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

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

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

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

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

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

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