#ADCAC9

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

Shades of Jungle Mist #ADCAC9

Tints of Jungle Mist #ADCAC9

Color information

#ADCAC9 (or 0xADCAC9) is unknown color: approx Jungle Mist. HEX triplet: AD, CA and C9. RGB value is (173,202,201). Sum of RGB (Red+Green+Blue) = 173+202+201=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAC9 is #523536. Grayscale: #C1C1C1. Windows color (decimal): -5387575 or 13224621. OLE color: 13224621.

HSL color Cylindrical-coordinate representation of color #ADCAC9: hue angle of 177.93º 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 #ADCAC9 is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB173202201-
CMYK0.1400.000.21
HSL177.93º21.48%73.53%-
HSV(B)177.93º14.36%79.22%-
XYZ48.955.3463.36-
YUV193.21132.39113.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=30.03%
G=35.07%
B=34.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732022010.1400.000.21177.9321.4873.53
HexADCAC9E0015b2154a
Octal25531231116002526225112
Binary1010110111001010110010011110001010110110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAC9; }

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

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

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

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

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

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

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

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