#AACAC9

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

Shades of Jungle Mist #AACAC9

Tints of Jungle Mist #AACAC9

Color information

#AACAC9 (or 0xAACAC9) is unknown color: approx Jungle Mist. HEX triplet: AA, CA and C9. RGB value is (170,202,201). Sum of RGB (Red+Green+Blue) = 170+202+201=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC9 is #553536. Grayscale: #C0C0C0. Windows color (decimal): -5584183 or 13224618. OLE color: 13224618.

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

Color convert

RGB170202201-
CMYK0.1600.000.21
HSL178.12º23.19%72.94%-
HSV(B)178.12º15.84%79.22%-
XYZ48.245563.33-
YUV192.32132.9112.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=29.67%
G=35.25%
B=35.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702022010.1600.000.21178.1223.1972.94
HexAACAC9100015b21749
Octal25231231120002526227111
Binary10101010110010101100100110000001010110110010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAC9; }

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

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

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

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

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

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

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

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