#AAC9B9

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

Shades of Nebula #AAC9B9

Tints of Nebula #AAC9B9

Color information

#AAC9B9 (or 0xAAC9B9) is unknown color: approx Nebula. HEX triplet: AA, C9 and B9. RGB value is (170,201,185). Sum of RGB (Red+Green+Blue) = 170+201+185=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9B9 is #553646. Grayscale: #BDBDBD. Windows color (decimal): -5584455 or 12175786. OLE color: 12175786.

HSL color Cylindrical-coordinate representation of color #AAC9B9: hue angle of 149.03º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC9B9 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB170201185-
CMYK0.1500.080.21
HSL149.03º22.3%72.75%-
HSV(B)149.03º15.42%78.82%-
XYZ46.2253.8253.85-
YUV189.91125.23113.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 185 (72.66% from 255) = 33.27%
R=30.58%
G=36.15%
B=33.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011850.1500.080.21149.0322.372.75
HexAAC9B9F0815951649
Octal252311271170102522526111
Binary1010101011001001101110011111010001010110010101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC9B9; }

 p { color: rgb(170,201,185); }

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

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

 a { background-color: rgb(170,201,185); }

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

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

 span { border-color: rgb(170,201,185); }

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