#AACAB9

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

Shades of Nebula #AACAB9

Tints of Nebula #AACAB9

Color information

#AACAB9 (or 0xAACAB9) is unknown color: approx Nebula. HEX triplet: AA, CA and B9. RGB value is (170,202,185). Sum of RGB (Red+Green+Blue) = 170+202+185=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAB9 is #553546. Grayscale: #BEBEBE. Windows color (decimal): -5584199 or 12176042. OLE color: 12176042.

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

Color convert

RGB170202185-
CMYK0.1600.080.21
HSL148.12º23.19%72.94%-
HSV(B)148.12º15.84%79.22%-
XYZ46.4654.2953.93-
YUV190.49124.9113.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=30.52%
G=36.27%
B=33.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021850.1600.080.21148.1223.1972.94
HexAACAB9100815941749
Octal252312271200102522427111
Binary10101010110010101011100110000010001010110010100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAB9; }

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

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

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

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

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

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

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

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