#A8CAC6

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

Shades of Jungle Mist #A8CAC6

Tints of Jungle Mist #A8CAC6

Color information

#A8CAC6 (or 0xA8CAC6) is unknown color: approx Jungle Mist. HEX triplet: A8, CA and C6. RGB value is (168,202,198). Sum of RGB (Red+Green+Blue) = 168+202+198=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAC6 is #573539. Grayscale: #BFBFBF. Windows color (decimal): -5715258 or 13028008. OLE color: 13028008.

HSL color Cylindrical-coordinate representation of color #A8CAC6: hue angle of 172.94º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAC6 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB168202198-
CMYK0.1700.020.21
HSL172.94º24.29%72.55%-
HSV(B)172.94º16.83%79.22%-
XYZ47.4654.6461.47-
YUV191.38131.74111.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.58%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 198 (77.73% from 255) = 34.86%
R=29.58%
G=35.56%
B=34.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021980.1700.020.21172.9424.2972.55
HexA8CAC6110215ad1849
Octal25031230621022525530111
Binary101010001100101011000110100010101010110101101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CAC6; }

 p { color: rgb(168,202,198); }

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

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

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

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

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

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

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