Html Css Color HEX #AAC8C9 Jungle Mist

📋 copy color: '#AAC8C9'

red 170 ◦ green 200 ◦ blue 201

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

Shades of Jungle Mist #AAC8C9

Tints of Jungle Mist #AAC8C9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.03%

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

R = 29.77%
G = 35.03%
B = 35.2%

CMYK

 C value IS 0.15

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAC8C9 (or 0xAAC8C9) is known color: Jungle Mist. HEX triplet: AA, C8 and C9. RGB value is (170,200,201). Sum of RGB (Red+Green+Blue) = 170+200+201=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAC8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8C9 is #553736. Grayscale: #BFBFBF. Windows color (decimal): -5584695 or 13224106. OLE color: 13224106.

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

Color convert

RGB 170 200 201 -
CMYK 0.15 0.00 0 0.21
HSL 181.94º 0.22% 0.73% -
HSV(B) 181.94º 0.15% 0.79% -
XYZ 47.77 54.07 63.18 -
YUV 191.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 170 200 201 0.15 0.00 0 0.21 181.94 0.22 0.73
Hex AA C8 C9 F 0 0 15 B6 16 49
Octal 252 310 311 17 0 0 25 266 26 111
Binary 10101010 11001000 11001001 1111 0 0 10101 10110110 10110 1001001

Color Harmonies of #AAC8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC8C9

Black with #AAC8C9

Text Example


Text Example

White with #AAC8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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