#A7BFBF

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

Shades of Jungle Mist #A7BFBF

Tints of Jungle Mist #A7BFBF

Color information

#A7BFBF (or 0xA7BFBF) is unknown color: approx Jungle Mist. HEX triplet: A7, BF and BF. RGB value is (167,191,191). Sum of RGB (Red+Green+Blue) = 167+191+191=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #A7BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFBF is #584040. Grayscale: #B7B7B7. Windows color (decimal): -5783617 or 12566439. OLE color: 12566439.

HSL color Cylindrical-coordinate representation of color #A7BFBF: 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 #A7BFBF is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167191191-
CMYK0.13000.25
HSL180º15.79%70.2%-
HSV(B)180º12.57%74.9%-
XYZ43.9749.2456.48-
YUV183.82132.05116-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.42%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 191 (75% from 255) = 34.79%
R=30.42%
G=34.79%
B=34.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911910.13000.2518015.7970.2
HexA7BFBFD0019b41046
Octal24727727715003126420106
Binary1010011110111111101111111101001100110110100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BFBF; }

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

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

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

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

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

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

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

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