#AAB6C3

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

Shades of Heather #AAB6C3

Tints of Heather #AAB6C3

Color information

#AAB6C3 (or 0xAAB6C3) is unknown color: approx Heather. HEX triplet: AA, B6 and C3. RGB value is (170,182,195). Sum of RGB (Red+Green+Blue) = 170+182+195=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAB6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6C3 is #55493C. Grayscale: #B3B3B3. Windows color (decimal): -5589309 or 12826282. OLE color: 12826282.

HSL color Cylindrical-coordinate representation of color #AAB6C3: hue angle of 211.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB6C3 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170182195-
CMYK0.130.0700.24
HSL211.2º17.24%71.57%-
HSV(B)211.2º12.82%76.47%-
XYZ43.1645.9458.22-
YUV179.89136.52120.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 195 (76.56% from 255) = 35.65%
R=31.08%
G=33.27%
B=35.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701821950.130.0700.24211.217.2471.57
HexAAB6C3D7018d31148
Octal25226630315703032321110
Binary101010101011011011000011110111101100011010011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6C3; }

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

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

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

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

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

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

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

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