#A9C4C5

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

Shades of Jungle Mist #A9C4C5

Tints of Jungle Mist #A9C4C5

Color information

#A9C4C5 (or 0xA9C4C5) is unknown color: approx Jungle Mist. HEX triplet: A9, C4 and C5. RGB value is (169,196,197). Sum of RGB (Red+Green+Blue) = 169+196+197=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 197 - color contains mainly: blue. Hex color #A9C4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4C5 is #563B3A. Grayscale: #BCBCBC. Windows color (decimal): -5651259 or 12960937. OLE color: 12960937.

HSL color Cylindrical-coordinate representation of color #A9C4C5: hue angle of 182.14º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9C4C5 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169196197-
CMYK0.140.0100.23
HSL182.14º19.44%71.76%-
HSV(B)182.14º14.21%77.25%-
XYZ46.1851.9560.42-
YUV188.04133.05114.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 197 (77.34% from 255) = 35.05%
R=30.07%
G=34.88%
B=35.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691961970.140.0100.23182.1419.4471.76
HexA9C4C5E1017b61348
Octal25130430516102726623110
Binary1010100111000100110001011110101011110110110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C4C5; }

 p { color: rgb(169,196,197); }

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

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

 a { background-color: rgb(169,196,197); }

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

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

 span { border-color: rgb(169,196,197); }

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