Html Css Color HEX #ACBABA Jungle Mist

📋 copy color: '#ACBABA'

red 172 ◦ green 186 ◦ blue 186

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

Shades of Jungle Mist #ACBABA

Tints of Jungle Mist #ACBABA

RGB

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

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

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

R = 31.62%
G = 34.19%
B = 34.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ACBABA (or 0xACBABA) is known color: Jungle Mist. HEX triplet: AC, BA and BA. RGB value is (172,186,186). Sum of RGB (Red+Green+Blue) = 172+186+186=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #ACBABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBABA is #534545. Grayscale: #B5B5B5. Windows color (decimal): -5457222 or 12237484. OLE color: 12237484.

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

Color convert

RGB 172 186 186 -
CMYK 0.08 0 0 0.27
HSL 180º 0.09% 0.7% -
HSV(B) 180º 0.08% 0.73% -
XYZ 43.44 47.43 53.32 -
YUV 181.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 172 186 186 0.08 0 0 0.27 180 0.09 0.7
Hex AC BA BA 8 0 0 1B B4 9 46
Octal 254 272 272 10 0 0 33 264 11 106
Binary 10101100 10111010 10111010 1000 0 0 11011 10110100 1001 1000110

Color Harmonies of #ACBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBABA

Black with #ACBABA

Text Example


Text Example

White with #ACBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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