#AAB6C1

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

Shades of Heather #AAB6C1

Tints of Heather #AAB6C1

Color information

#AAB6C1 (or 0xAAB6C1) is unknown color: approx Heather. HEX triplet: AA, B6 and C1. RGB value is (170,182,193). Sum of RGB (Red+Green+Blue) = 170+182+193=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAB6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6C1 is #55493E. Grayscale: #B3B3B3. Windows color (decimal): -5589311 or 12695210. OLE color: 12695210.

HSL color Cylindrical-coordinate representation of color #AAB6C1: hue angle of 208.7º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB6C1 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170182193-
CMYK0.120.0600.24
HSL208.7º15.65%71.18%-
HSV(B)208.7º11.92%75.69%-
XYZ42.9345.8557.04-
YUV179.67135.52121.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=31.19%
G=33.39%
B=35.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701821930.120.0600.24208.715.6571.18
HexAAB6C1C6018d11047
Octal25226630114603032120107
Binary101010101011011011000001110011001100011010001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6C1; }

 p { color: rgb(170,182,193); }

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

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

 a { background-color: rgb(170,182,193); }

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

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

 span { border-color: rgb(170,182,193); }

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