#AAB8BE

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

Shades of Heather #AAB8BE

Tints of Heather #AAB8BE

Color information

#AAB8BE (or 0xAAB8BE) is unknown color: approx Heather. HEX triplet: AA, B8 and BE. RGB value is (170,184,190). Sum of RGB (Red+Green+Blue) = 170+184+190=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8BE is #554741. Grayscale: #B4B4B4. Windows color (decimal): -5588802 or 12499114. OLE color: 12499114.

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

Color convert

RGB170184190-
CMYK0.110.0300.25
HSL198º13.33%70.59%-
HSV(B)198º10.53%74.51%-
XYZ43.0146.5455.43-
YUV180.5133.36120.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=31.25%
G=33.82%
B=34.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701841900.110.0300.2519813.3370.59
HexAAB8BEB3019c6d47
Octal25227027613303130615107
Binary1010101010111000101111101011110110011100011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8BE; }

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

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

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

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

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

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

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

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