#AAC6C6

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

Shades of Jungle Mist #AAC6C6

Tints of Jungle Mist #AAC6C6

Color information

#AAC6C6 (or 0xAAC6C6) is unknown color: approx Jungle Mist. HEX triplet: AA, C6 and C6. RGB value is (170,198,198). Sum of RGB (Red+Green+Blue) = 170+198+198=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 198 - color contains mainly: green, blue. Hex color #AAC6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6C6 is #553939. Grayscale: #BDBDBD. Windows color (decimal): -5585210 or 13026986. OLE color: 13026986.

HSL color Cylindrical-coordinate representation of color #AAC6C6: hue angle of 180º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC6C6 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170198198-
CMYK0.14000.22
HSL180º19.72%72.16%-
HSV(B)180º14.14%77.65%-
XYZ46.9653.0161.18-
YUV189.63132.72114-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 198 (77.73% from 255) = 34.98%
BLUE value IS 198 (77.73% from 255) = 34.98%
R=30.04%
G=34.98%
B=34.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981980.14000.2218019.7272.16
HexAAC6C6E0016b41448
Octal25230630616002626424110
Binary1010101011000110110001101110001011010110100101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC6C6; }

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

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

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

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

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

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

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

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