#AAB5BF

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

Shades of Heather #AAB5BF

Tints of Heather #AAB5BF

Color information

#AAB5BF (or 0xAAB5BF) is unknown color: approx Heather. HEX triplet: AA, B5 and BF. RGB value is (170,181,191). Sum of RGB (Red+Green+Blue) = 170+181+191=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAB5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5BF is #554A40. Grayscale: #B2B2B2. Windows color (decimal): -5589569 or 12563882. OLE color: 12563882.

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

Color convert

RGB170181191-
CMYK0.110.0500.25
HSL208.57º14.09%70.78%-
HSV(B)208.57º10.99%74.9%-
XYZ42.5145.3655.8-
YUV178.85134.86121.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 35.24%
R=31.37%
G=33.39%
B=35.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701811910.110.0500.25208.5714.0970.78
HexAAB5BFB5019d1e47
Octal25226527713503132116107
Binary10101010101101011011111110111010110011101000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5BF; }

 p { color: rgb(170,181,191); }

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

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

 a { background-color: rgb(170,181,191); }

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

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

 span { border-color: rgb(170,181,191); }

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