#A9CAC7

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

Shades of Jungle Mist #A9CAC7

Tints of Jungle Mist #A9CAC7

Color information

#A9CAC7 (or 0xA9CAC7) is unknown color: approx Jungle Mist. HEX triplet: A9, CA and C7. RGB value is (169,202,199). Sum of RGB (Red+Green+Blue) = 169+202+199=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CAC7 is #563538. Grayscale: #BFBFBF. Windows color (decimal): -5649721 or 13093545. OLE color: 13093545.

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

Color convert

RGB169202199-
CMYK0.1600.010.21
HSL174.55º23.74%72.75%-
HSV(B)174.55º16.34%79.22%-
XYZ47.7954.862.09-
YUV191.79132.07111.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=29.65%
G=35.44%
B=34.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021990.1600.010.21174.5523.7472.75
HexA9CAC7100115af1849
Octal25131230720012525730111
Binary10101001110010101100011110000011010110101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAC7; }

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

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

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

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

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

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

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

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