#AAC9BA

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

Shades of Nebula #AAC9BA

Tints of Nebula #AAC9BA

Color information

#AAC9BA (or 0xAAC9BA) is unknown color: approx Nebula. HEX triplet: AA, C9 and BA. RGB value is (170,201,186). Sum of RGB (Red+Green+Blue) = 170+201+186=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9BA is #553645. Grayscale: #BEBEBE. Windows color (decimal): -5584454 or 12241322. OLE color: 12241322.

HSL color Cylindrical-coordinate representation of color #AAC9BA: hue angle of 150.97º 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 #AAC9BA is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB170201186-
CMYK0.1500.070.21
HSL150.97º22.3%72.75%-
HSV(B)150.97º15.42%78.82%-
XYZ46.3353.8654.41-
YUV190.02125.73113.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=30.52%
G=36.09%
B=33.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011860.1500.070.21150.9722.372.75
HexAAC9BAF0715971649
Octal25231127217072522726111
Binary101010101100100110111010111101111010110010111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC9BA; }

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

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

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

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

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

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

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

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