Html Css Color HEX #AAB9B8 Jungle Mist

📋 copy color: '#AAB9B8'

red 170 ◦ green 185 ◦ blue 184

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

Shades of Jungle Mist #AAB9B8

Tints of Jungle Mist #AAB9B8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.32%

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 31.54%
G = 34.32%
B = 34.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#AAB9B8 (or 0xAAB9B8) is known color: Jungle Mist. HEX triplet: AA, B9 and B8. RGB value is (170,185,184). Sum of RGB (Red+Green+Blue) = 170+185+184=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9B8 is #554647. Grayscale: #B4B4B4. Windows color (decimal): -5588552 or 12106154. OLE color: 12106154.

HSL color Cylindrical-coordinate representation of color #AAB9B8: hue angle of 176º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB9B8 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 184 -
CMYK 0.08 0 0.01 0.27
HSL 176º 0.1% 0.7% -
HSV(B) 176º 0.08% 0.73% -
XYZ 42.58 46.7 52.12 -
YUV 180.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 170 185 184 0.08 0 0.01 0.27 176 0.1 0.7
Hex AA B9 B8 8 0 1 1B B0 A 46
Octal 252 271 270 10 0 1 33 260 12 106
Binary 10101010 10111001 10111000 1000 0 1 11011 10110000 1010 1000110

Color Harmonies of #AAB9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9B8

Black with #AAB9B8

Text Example


Text Example

White with #AAB9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9B8; }

 p { color: rgb(170,185,184); }

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

background-color css

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

 a { background-color: rgb(170,185,184); }

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

border-color css

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

 span { border-color: rgb(170,185,184); }

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