#AAB9C0

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

Shades of Heather #AAB9C0

Tints of Heather #AAB9C0

Color information

#AAB9C0 (or 0xAAB9C0) is unknown color: approx Heather. HEX triplet: AA, B9 and C0. RGB value is (170,185,192). Sum of RGB (Red+Green+Blue) = 170+185+192=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAB9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9C0 is #55463F. Grayscale: #B5B5B5. Windows color (decimal): -5588544 or 12630442. OLE color: 12630442.

HSL color Cylindrical-coordinate representation of color #AAB9C0: hue angle of 199.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB9C0 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170185192-
CMYK0.110.0400.25
HSL199.09º14.86%70.98%-
HSV(B)199.09º11.46%75.29%-
XYZ43.4447.0556.66-
YUV181.31134.03119.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=31.08%
G=33.82%
B=35.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701851920.110.0400.25199.0914.8670.98
HexAAB9C0B4019c7f47
Octal25227130013403130717107
Binary10101010101110011100000010111000110011100011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9C0; }

 p { color: rgb(170,185,192); }

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

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

 a { background-color: rgb(170,185,192); }

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

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

 span { border-color: rgb(170,185,192); }

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