#AAB2BA

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

Shades of Heather #AAB2BA

Tints of Heather #AAB2BA

Color information

#AAB2BA (or 0xAAB2BA) is unknown color: approx Heather. HEX triplet: AA, B2 and BA. RGB value is (170,178,186). Sum of RGB (Red+Green+Blue) = 170+178+186=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2BA is #554D45. Grayscale: #B0B0B0. Windows color (decimal): -5590342 or 12235434. OLE color: 12235434.

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

Color convert

RGB170178186-
CMYK0.090.0400.27
HSL210º10.39%69.8%-
HSV(B)210º8.6%72.94%-
XYZ41.3643.9352.75-
YUV176.52133.35123.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=31.84%
G=33.33%
B=34.83%

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
Decimal1701781860.090.0400.2721010.3969.8
HexAAB2BA9401Bd2a46
Octal25226227211403332212106
Binary10101010101100101011101010011000110111101001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2BA; }

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

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

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

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

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

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

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

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