#ACBABA

Color #ACBABA Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #ACBABA

Tints of Jungle Mist #ACBABA

Color information

#ACBABA (or 0xACBABA) is unknown color: approx 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

RGB172186186-
CMYK0.08000.27
HSL180º9.21%70.2%-
HSV(B)180º7.53%72.94%-
XYZ43.4447.4353.32-
YUV181.81130.36121-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861860.08000.271809.2170.2
HexACBABA8001Bb4946
Octal25427227210003326411106
Binary101011001011101010111010100000110111011010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>