#AAB7BE

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

Shades of Heather #AAB7BE

Tints of Heather #AAB7BE

Color information

#AAB7BE (or 0xAAB7BE) is unknown color: approx Heather. HEX triplet: AA, B7 and BE. RGB value is (170,183,190). Sum of RGB (Red+Green+Blue) = 170+183+190=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7BE is #554841. Grayscale: #B3B3B3. Windows color (decimal): -5589058 or 12498858. OLE color: 12498858.

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

Color convert

RGB170183190-
CMYK0.110.0400.25
HSL201º13.33%70.59%-
HSV(B)201º10.53%74.51%-
XYZ42.8146.1355.36-
YUV179.91133.69120.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=31.31%
G=33.70%
B=34.99%

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
Decimal1701831900.110.0400.2520113.3370.59
HexAAB7BEB4019c9d47
Octal25226727613403131115107
Binary10101010101101111011111010111000110011100100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7BE; }

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

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

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

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

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

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

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

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