Html Css Color HEX #ACBAB9 Jungle Mist

📋 copy color: '#ACBAB9'

red 172 ◦ green 186 ◦ blue 185

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

Shades of Jungle Mist #ACBAB9

Tints of Jungle Mist #ACBAB9

RGB

 RED value IS 172 (67.58% from 255) = 31.68%

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

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

R = 31.68%
G = 34.25%
B = 34.07%

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

#ACBAB9 (or 0xACBAB9) is known color: Jungle Mist. HEX triplet: AC, BA and B9. RGB value is (172,186,185). Sum of RGB (Red+Green+Blue) = 172+186+185=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAB9 is #534546. Grayscale: #B5B5B5. Windows color (decimal): -5457223 or 12171948. OLE color: 12171948.

HSL color Cylindrical-coordinate representation of color #ACBAB9: hue angle of 175.71º degrees, saturation: 0.09, 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 #ACBAB9 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 185 -
CMYK 0.08 0 0.01 0.27
HSL 175.71º 0.09% 0.7% -
HSV(B) 175.71º 0.08% 0.73% -
XYZ 43.33 47.39 52.76 -
YUV 181.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 172 186 185 0.08 0 0.01 0.27 175.71 0.09 0.7
Hex AC BA B9 8 0 1 1B B0 9 46
Octal 254 272 271 10 0 1 33 260 11 106
Binary 10101100 10111010 10111001 1000 0 1 11011 10110000 1001 1000110

Color Harmonies of #ACBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBAB9

Black with #ACBAB9

Text Example


Text Example

White with #ACBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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