#A6BFBF

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

Shades of Jungle Mist #A6BFBF

Tints of Jungle Mist #A6BFBF

Color information

#A6BFBF (or 0xA6BFBF) is unknown color: approx Jungle Mist. HEX triplet: A6, BF and BF. RGB value is (166,191,191). Sum of RGB (Red+Green+Blue) = 166+191+191=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #A6BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFBF is #594040. Grayscale: #B7B7B7. Windows color (decimal): -5849153 or 12566438. OLE color: 12566438.

HSL color Cylindrical-coordinate representation of color #A6BFBF: hue angle of 180º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BFBF is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166191191-
CMYK0.13000.25
HSL180º16.34%70%-
HSV(B)180º13.09%74.9%-
XYZ43.7649.1356.47-
YUV183.52132.22115.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 191 (75% from 255) = 34.85%
R=30.29%
G=34.85%
B=34.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911910.13000.2518016.3470
HexA6BFBFD0019b41046
Octal24627727715003126420106
Binary1010011010111111101111111101001100110110100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFBF; }

 p { color: rgb(166,191,191); }

 H1.HeaderClassName
 {
   color: #A6BFBF;
 }
 .AnyTagClassName
 {
   color: #A6BFBF;
 }
</style>
background-color css

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

 a { background-color: rgb(166,191,191); }

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

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

 span { border-color: rgb(166,191,191); }

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