#A3BFBF

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

Shades of Jungle Mist #A3BFBF

Tints of Jungle Mist #A3BFBF

Color information

#A3BFBF (or 0xA3BFBF) is unknown color: approx Jungle Mist. HEX triplet: A3, BF and BF. RGB value is (163,191,191). Sum of RGB (Red+Green+Blue) = 163+191+191=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #A3BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFBF is #5C4040. Grayscale: #B6B6B6. Windows color (decimal): -6045761 or 12566435. OLE color: 12566435.

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

Color convert

RGB163191191-
CMYK0.15000.25
HSL180º17.95%69.41%-
HSV(B)180º14.66%74.9%-
XYZ43.1448.8156.44-
YUV182.63132.72114-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.91%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 191 (75% from 255) = 35.05%
R=29.91%
G=35.05%
B=35.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911910.15000.2518017.9569.41
HexA3BFBFF0019b41245
Octal24327727717003126422105
Binary1010001110111111101111111111001100110110100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BFBF; }

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

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

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

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

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

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

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

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