#ADCAC6

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

Shades of Jungle Mist #ADCAC6

Tints of Jungle Mist #ADCAC6

Color information

#ADCAC6 (or 0xADCAC6) is unknown color: approx Jungle Mist. HEX triplet: AD, CA and C6. RGB value is (173,202,198). Sum of RGB (Red+Green+Blue) = 173+202+198=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAC6 is #523539. Grayscale: #C0C0C0. Windows color (decimal): -5387578 or 13028013. OLE color: 13028013.

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

Color convert

RGB173202198-
CMYK0.1400.020.21
HSL171.72º21.48%73.53%-
HSV(B)171.72º14.36%79.22%-
XYZ48.5555.261.52-
YUV192.87130.89113.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=30.19%
G=35.25%
B=34.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021980.1400.020.21171.7221.4873.53
HexADCAC6E0215ac154a
Octal25531230616022525425112
Binary10101101110010101100011011100101010110101100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAC6; }

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

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

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

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

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

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

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

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