#AAC9CA

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

Shades of Jungle Mist #AAC9CA

Tints of Jungle Mist #AAC9CA

Color information

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

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

Color convert

RGB170201202-
CMYK0.160.0000.21
HSL181.88º23.19%72.94%-
HSV(B)181.88º15.84%79.22%-
XYZ48.1254.5863.88-
YUV191.84133.73112.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702012020.160.0000.21181.8823.1972.94
HexAAC9CA100015b61749
Octal25231131220002526627111
Binary10101010110010011100101010000001010110110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC9CA; }

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

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

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

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

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

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

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

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