Html Css Color HEX #ADBAB9 Jungle Mist

📋 copy color: '#ADBAB9'

red 173 ◦ green 186 ◦ blue 185

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

Shades of Jungle Mist #ADBAB9

Tints of Jungle Mist #ADBAB9

RGB

 RED value IS 173 (67.97% from 255) = 31.8%

 GREEN value IS 186 (73.05% from 255) = 34.19%

 BLUE value IS 185 (72.66% from 255) = 34.01%

R = 31.8%
G = 34.19%
B = 34.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#ADBAB9 (or 0xADBAB9) is known color: Jungle Mist. HEX triplet: AD, BA and B9. RGB value is (173,186,185). Sum of RGB (Red+Green+Blue) = 173+186+185=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAB9 is #524546. Grayscale: #B5B5B5. Windows color (decimal): -5391687 or 12171949. OLE color: 12171949.

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

Color convert

RGB 173 186 185 -
CMYK 0.07 0 0.01 0.27
HSL 175.38º 0.09% 0.7% -
HSV(B) 175.38º 0.07% 0.73% -
XYZ 43.55 47.5 52.77 -
YUV 182 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 173 186 185 0.07 0 0.01 0.27 175.38 0.09 0.7
Hex AD BA B9 7 0 1 1B AF 9 46
Octal 255 272 271 7 0 1 33 257 11 106
Binary 10101101 10111010 10111001 111 0 1 11011 10101111 1001 1000110

Color Harmonies of #ADBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAB9

Black with #ADBAB9

Text Example


Text Example

White with #ADBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAB9; }

 p { color: rgb(173,186,185); }

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

background-color css

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

 a { background-color: rgb(173,186,185); }

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

border-color css

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

 span { border-color: rgb(173,186,185); }

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