#AAC8C9

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

Shades of Jungle Mist #AAC8C9

Tints of Jungle Mist #AAC8C9

Color information

#AAC8C9 (or 0xAAC8C9) is unknown color: approx Jungle Mist. HEX triplet: AA, C8 and C9. RGB value is (170,200,201). Sum of RGB (Red+Green+Blue) = 170+200+201=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAC8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8C9 is #553736. Grayscale: #BFBFBF. Windows color (decimal): -5584695 or 13224106. OLE color: 13224106.

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

Color convert

RGB170200201-
CMYK0.150.0000.21
HSL181.94º22.3%72.75%-
HSV(B)181.94º15.42%78.82%-
XYZ47.7754.0763.18-
YUV191.14133.56112.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 201 (78.91% from 255) = 35.20%
R=29.77%
G=35.03%
B=35.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702002010.150.0000.21181.9422.372.75
HexAAC8C9F0015b61649
Octal25231031117002526626111
Binary1010101011001000110010011111001010110110110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8C9; }

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

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

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

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

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

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

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

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