#AAB3BD

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

Shades of Heather #AAB3BD

Tints of Heather #AAB3BD

Color information

#AAB3BD (or 0xAAB3BD) is unknown color: approx Heather. HEX triplet: AA, B3 and BD. RGB value is (170,179,189). Sum of RGB (Red+Green+Blue) = 170+179+189=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAB3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3BD is #554C42. Grayscale: #B1B1B1. Windows color (decimal): -5590083 or 12432298. OLE color: 12432298.

HSL color Cylindrical-coordinate representation of color #AAB3BD: hue angle of 211.58º 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 #AAB3BD is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170179189-
CMYK0.100.0500.26
HSL211.58º12.58%70.39%-
HSV(B)211.58º10.05%74.12%-
XYZ41.8844.4654.52-
YUV177.45134.52122.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=31.60%
G=33.27%
B=35.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701791890.100.0500.26211.5812.5870.39
HexAAB3BDA501Ad4d46
Octal25226327512503232415106
Binary10101010101100111011110110101010110101101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3BD; }

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

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

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

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

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

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

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

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