#AAB3BA

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

Shades of Heather #AAB3BA

Tints of Heather #AAB3BA

Color information

#AAB3BA (or 0xAAB3BA) is unknown color: approx Heather. HEX triplet: AA, B3 and BA. RGB value is (170,179,186). Sum of RGB (Red+Green+Blue) = 170+179+186=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3BA is #554C45. Grayscale: #B1B1B1. Windows color (decimal): -5590086 or 12235690. OLE color: 12235690.

HSL color Cylindrical-coordinate representation of color #AAB3BA: hue angle of 206.25º degrees, saturation: 0.1, 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 #AAB3BA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170179186-
CMYK0.090.0400.27
HSL206.25º10.39%69.8%-
HSV(B)206.25º8.6%72.94%-
XYZ41.5644.3352.82-
YUV177.11133.02122.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=31.78%
G=33.46%
B=34.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701791860.090.0400.27206.2510.3969.8
HexAAB3BA9401Bcea46
Octal25226327211403331612106
Binary10101010101100111011101010011000110111100111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3BA; }

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

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

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

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

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

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

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

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