#A5BFBF

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

Shades of Jungle Mist #A5BFBF

Tints of Jungle Mist #A5BFBF

Color information

#A5BFBF (or 0xA5BFBF) is unknown color: approx Jungle Mist. HEX triplet: A5, BF and BF. RGB value is (165,191,191). Sum of RGB (Red+Green+Blue) = 165+191+191=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #A5BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFBF is #5A4040. Grayscale: #B7B7B7. Windows color (decimal): -5914689 or 12566437. OLE color: 12566437.

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

Color convert

RGB165191191-
CMYK0.14000.25
HSL180º16.88%69.8%-
HSV(B)180º13.61%74.9%-
XYZ43.5549.0256.46-
YUV183.23132.39115-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.16%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 191 (75% from 255) = 34.92%
R=30.16%
G=34.92%
B=34.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651911910.14000.2518016.8869.8
HexA5BFBFE0019b41146
Octal24527727716003126421106
Binary1010010110111111101111111110001100110110100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFBF; }

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

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

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

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

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

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

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

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