Html Css Color HEX #AACAC6 Jungle Mist

📋 copy color: '#AACAC6'

red 170 ◦ green 202 ◦ blue 198

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

Shades of Jungle Mist #AACAC6

Tints of Jungle Mist #AACAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.74%

R = 29.82%
G = 35.44%
B = 34.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#AACAC6 (or 0xAACAC6) is known color: Jungle Mist. HEX triplet: AA, CA and C6. RGB value is (170,202,198). Sum of RGB (Red+Green+Blue) = 170+202+198=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC6 is #553539. Grayscale: #BFBFBF. Windows color (decimal): -5584186 or 13028010. OLE color: 13028010.

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

Color convert

RGB 170 202 198 -
CMYK 0.16 0 0.02 0.21
HSL 172.5º 0.23% 0.73% -
HSV(B) 172.5º 0.16% 0.79% -
XYZ 47.89 54.86 61.49 -
YUV 191.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 170 202 198 0.16 0 0.02 0.21 172.5 0.23 0.73
Hex AA CA C6 10 0 2 15 AC 17 49
Octal 252 312 306 20 0 2 25 254 27 111
Binary 10101010 11001010 11000110 10000 0 10 10101 10101100 10111 1001001

Color Harmonies of #AACAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAC6

Black with #AACAC6

Text Example


Text Example

White with #AACAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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