#AAB5BB

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

Shades of Heather #AAB5BB

Tints of Heather #AAB5BB

Color information

#AAB5BB (or 0xAAB5BB) is unknown color: approx Heather. HEX triplet: AA, B5 and BB. RGB value is (170,181,187). Sum of RGB (Red+Green+Blue) = 170+181+187=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5BB is #554A44. Grayscale: #B2B2B2. Windows color (decimal): -5589573 or 12301738. OLE color: 12301738.

HSL color Cylindrical-coordinate representation of color #AAB5BB: hue angle of 201.18º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB5BB is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170181187-
CMYK0.090.0300.27
HSL201.18º11.11%70%-
HSV(B)201.18º9.09%73.33%-
XYZ42.0745.1853.52-
YUV178.4132.86122.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=31.60%
G=33.64%
B=34.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701811870.090.0300.27201.1811.1170
HexAAB5BB9301Bc9b46
Octal25226527311303331113106
Binary1010101010110101101110111001110110111100100110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5BB; }

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

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

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

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

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

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

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

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