#AACAB8

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

Shades of Nebula #AACAB8

Tints of Nebula #AACAB8

Color information

#AACAB8 (or 0xAACAB8) is unknown color: approx Nebula. HEX triplet: AA, CA and B8. RGB value is (170,202,184). Sum of RGB (Red+Green+Blue) = 170+202+184=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAB8 is #553547. Grayscale: #BEBEBE. Windows color (decimal): -5584200 or 12110506. OLE color: 12110506.

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

Color convert

RGB170202184-
CMYK0.1600.090.21
HSL146.25º23.19%72.94%-
HSV(B)146.25º15.84%79.22%-
XYZ46.3554.2553.38-
YUV190.38124.4113.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 184 (72.27% from 255) = 33.09%
R=30.58%
G=36.33%
B=33.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021840.1600.090.21146.2523.1972.94
HexAACAB8100915921749
Octal252312270200112522227111
Binary10101010110010101011100010000010011010110010010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAB8; }

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

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

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

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

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

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

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

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