#A9CACB

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

Shades of Jungle Mist #A9CACB

Tints of Jungle Mist #A9CACB

Color information

#A9CACB (or 0xA9CACB) is unknown color: approx Jungle Mist. HEX triplet: A9, CA and CB. RGB value is (169,202,203). Sum of RGB (Red+Green+Blue) = 169+202+203=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CACB is #563534. Grayscale: #C0C0C0. Windows color (decimal): -5649717 or 13355689. OLE color: 13355689.

HSL color Cylindrical-coordinate representation of color #A9CACB: hue angle of 181.76º degrees, saturation: 0.25, 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 #A9CACB is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169202203-
CMYK0.170.0000.20
HSL181.76º24.64%72.94%-
HSV(B)181.76º16.75%79.61%-
XYZ48.2654.9964.57-
YUV192.25134.07111.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.44%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=29.44%
G=35.19%
B=35.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692022030.170.0000.20181.7624.6472.94
HexA9CACB110014b61949
Octal25131231321002426631111
Binary10101001110010101100101110001001010010110110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CACB; }

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

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

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

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

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

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

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

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