#AACACC

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

Shades of Jungle Mist #AACACC

Tints of Jungle Mist #AACACC

Color information

#AACACC (or 0xAACACC) is unknown color: approx Jungle Mist. HEX triplet: AA, CA and CC. RGB value is (170,202,204). Sum of RGB (Red+Green+Blue) = 170+202+204=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #AACACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACACC is #553533. Grayscale: #C0C0C0. Windows color (decimal): -5584180 or 13421226. OLE color: 13421226.

HSL color Cylindrical-coordinate representation of color #AACACC: hue angle of 183.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACACC is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170202204-
CMYK0.170.0100.2
HSL183.53º25%73.33%-
HSV(B)183.53º16.67%80%-
XYZ48.655.1565.21-
YUV192.66134.4111.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=29.51%
G=35.07%
B=35.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702022040.170.0100.2183.532573.33
HexAACACC111014b81949
Octal25231231421102427031111
Binary10101010110010101100110010001101010010111000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACACC; }

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

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

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

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

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

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

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

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