#AAC7B6

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

Shades of Nebula #AAC7B6

Tints of Nebula #AAC7B6

Color information

#AAC7B6 (or 0xAAC7B6) is unknown color: approx Nebula. HEX triplet: AA, C7 and B6. RGB value is (170,199,182). Sum of RGB (Red+Green+Blue) = 170+199+182=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7B6 is #553849. Grayscale: #BCBCBC. Windows color (decimal): -5584970 or 11978666. OLE color: 11978666.

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

Color convert

RGB170199182-
CMYK0.1500.090.22
HSL144.83º20.57%72.35%-
HSV(B)144.83º14.57%78.04%-
XYZ45.4452.7752.05-
YUV188.39124.39114.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 199 (78.12% from 255) = 36.12%
BLUE value IS 182 (71.48% from 255) = 33.03%
R=30.85%
G=36.12%
B=33.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991820.1500.090.22144.8320.5772.35
HexAAC7B6F0916911548
Octal252307266170112622125110
Binary1010101011000111101101101111010011011010010001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7B6; }

 p { color: rgb(170,199,182); }

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

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

 a { background-color: rgb(170,199,182); }

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

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

 span { border-color: rgb(170,199,182); }

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