#AACACA

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

Shades of Jungle Mist #AACACA

Tints of Jungle Mist #AACACA

Color information

#AACACA (or 0xAACACA) is unknown color: approx Jungle Mist. HEX triplet: AA, CA and CA. RGB value is (170,202,202). Sum of RGB (Red+Green+Blue) = 170+202+202=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #AACACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACACA is #553535. Grayscale: #C0C0C0. Windows color (decimal): -5584182 or 13290154. OLE color: 13290154.

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

Color convert

RGB170202202-
CMYK0.16000.21
HSL180º23.19%72.94%-
HSV(B)180º15.84%79.22%-
XYZ48.3655.0563.95-
YUV192.43133.4112-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=29.62%
G=35.19%
B=35.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702022020.16000.2118023.1972.94
HexAACACA100015b41749
Octal25231231220002526427111
Binary10101010110010101100101010000001010110110100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACACA; }

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

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

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

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

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

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

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

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