#AACAC6

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

Shades of Jungle Mist #AACAC6

Tints of Jungle Mist #AACAC6

Color information

#AACAC6 (or 0xAACAC6) is unknown color: approx Jungle Mist. HEX triplet: AA, CA and C6. RGB value is (170,202,198). Sum of RGB (Red+Green+Blue) = 170+202+198=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC6 is #553539. Grayscale: #BFBFBF. Windows color (decimal): -5584186 or 13028010. OLE color: 13028010.

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

Color convert

RGB170202198-
CMYK0.1600.020.21
HSL172.5º23.19%72.94%-
HSV(B)172.5º15.84%79.22%-
XYZ47.8954.8661.49-
YUV191.98131.4112.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=29.82%
G=35.44%
B=34.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021980.1600.020.21172.523.1972.94
HexAACAC6100215ac1749
Octal25231230620022525427111
Binary101010101100101011000110100000101010110101100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAC6; }

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

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

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

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

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

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

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

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