#A9CACC

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

Shades of Jungle Mist #A9CACC

Tints of Jungle Mist #A9CACC

Color information

#A9CACC (or 0xA9CACC) is unknown color: approx Jungle Mist. HEX triplet: A9, CA and CC. RGB value is (169,202,204). Sum of RGB (Red+Green+Blue) = 169+202+204=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CACC is #563533. Grayscale: #C0C0C0. Windows color (decimal): -5649716 or 13421225. OLE color: 13421225.

HSL color Cylindrical-coordinate representation of color #A9CACC: hue angle of 183.43º degrees, saturation: 0.26, 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 #A9CACC is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169202204-
CMYK0.170.0100.2
HSL183.43º25.55%73.14%-
HSV(B)183.43º17.16%80%-
XYZ48.3855.0465.2-
YUV192.36134.57111.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=29.39%
G=35.13%
B=35.48%

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
Decimal1692022040.170.0100.2183.4325.5573.14
HexA9CACC111014b71a49
Octal25131231421102426732111
Binary10101001110010101100110010001101010010110111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CACC; }

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

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

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

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

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

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

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

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