#AACAB7

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

Shades of Nebula #AACAB7

Tints of Nebula #AACAB7

Color information

#AACAB7 (or 0xAACAB7) is unknown color: approx Nebula. HEX triplet: AA, CA and B7. RGB value is (170,202,183). Sum of RGB (Red+Green+Blue) = 170+202+183=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAB7 is #553548. Grayscale: #BEBEBE. Windows color (decimal): -5584201 or 12044970. OLE color: 12044970.

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

Color convert

RGB170202183-
CMYK0.1600.090.21
HSL144.37º23.19%72.94%-
HSV(B)144.37º15.84%79.22%-
XYZ46.2554.2152.83-
YUV190.27123.9113.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 183 (71.88% from 255) = 32.97%
R=30.63%
G=36.40%
B=32.97%

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
Decimal1702021830.1600.090.21144.3723.1972.94
HexAACAB7100915901749
Octal252312267200112522027111
Binary10101010110010101011011110000010011010110010000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAB7; }

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

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

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

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

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

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

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

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