#AAB9BE

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

Shades of Heather #AAB9BE

Tints of Heather #AAB9BE

Color information

#AAB9BE (or 0xAAB9BE) is unknown color: approx Heather. HEX triplet: AA, B9 and BE. RGB value is (170,185,190). Sum of RGB (Red+Green+Blue) = 170+185+190=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9BE is #554641. Grayscale: #B5B5B5. Windows color (decimal): -5588546 or 12499370. OLE color: 12499370.

HSL color Cylindrical-coordinate representation of color #AAB9BE: hue angle of 195º degrees, saturation: 0.13, 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 #AAB9BE is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170185190-
CMYK0.110.0300.25
HSL195º13.33%70.59%-
HSV(B)195º10.53%74.51%-
XYZ43.2246.9655.5-
YUV181.08133.03120.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=31.19%
G=33.94%
B=34.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701851900.110.0300.2519513.3370.59
HexAAB9BEB3019c3d47
Octal25227127613303130315107
Binary1010101010111001101111101011110110011100001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9BE; }

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

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

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

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

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

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

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

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