#AAB7BD

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

Shades of Heather #AAB7BD

Tints of Heather #AAB7BD

Color information

#AAB7BD (or 0xAAB7BD) is unknown color: approx Heather. HEX triplet: AA, B7 and BD. RGB value is (170,183,189). Sum of RGB (Red+Green+Blue) = 170+183+189=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7BD is #554842. Grayscale: #B3B3B3. Windows color (decimal): -5589059 or 12433322. OLE color: 12433322.

HSL color Cylindrical-coordinate representation of color #AAB7BD: hue angle of 198.95º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB7BD is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170183189-
CMYK0.100.0300.26
HSL198.95º12.58%70.39%-
HSV(B)198.95º10.05%74.12%-
XYZ42.746.0954.79-
YUV179.8133.19121.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 183 (71.88% from 255) = 33.76%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=31.37%
G=33.76%
B=34.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701831890.100.0300.26198.9512.5870.39
HexAAB7BDA301Ac7d46
Octal25226727512303230715106
Binary1010101010110111101111011010110110101100011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7BD; }

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

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

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

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

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

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

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

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