Html Css Color HEX #AACAC9 Jungle Mist

📋 copy color: '#AACAC9'

red 170 ◦ green 202 ◦ blue 201

#AACAC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #AACAC9

Tints of Jungle Mist #AACAC9

RGB

 RED value IS 170 (66.8% from 255) = 29.67%

 GREEN value IS 202 (79.3% from 255) = 35.25%

 BLUE value IS 201 (78.91% from 255) = 35.08%

R = 29.67%
G = 35.25%
B = 35.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#AACAC9 (or 0xAACAC9) is known color: Jungle Mist. HEX triplet: AA, CA and C9. RGB value is (170,202,201). Sum of RGB (Red+Green+Blue) = 170+202+201=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC9 is #553536. Grayscale: #C0C0C0. Windows color (decimal): -5584183 or 13224618. OLE color: 13224618.

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

Color convert

RGB 170 202 201 -
CMYK 0.16 0 0.00 0.21
HSL 178.13º 0.23% 0.73% -
HSV(B) 178.13º 0.16% 0.79% -
XYZ 48.24 55 63.33 -
YUV 192.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 170 202 201 0.16 0 0.00 0.21 178.13 0.23 0.73
Hex AA CA C9 10 0 0 15 B2 17 49
Octal 252 312 311 20 0 0 25 262 27 111
Binary 10101010 11001010 11001001 10000 0 0 10101 10110010 10111 1001001

Color Harmonies of #AACAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAC9

Black with #AACAC9

Text Example


Text Example

White with #AACAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAC9; }

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

 H1.HeaderClassName
 {
   color: #AACAC9;
 }
 .AnyTagClassName
 {
   color: #AACAC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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