#A3BDBF

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

Shades of Jungle Mist #A3BDBF

Tints of Jungle Mist #A3BDBF

Color information

#A3BDBF (or 0xA3BDBF) is unknown color: approx Jungle Mist. HEX triplet: A3, BD and BF. RGB value is (163,189,191). Sum of RGB (Red+Green+Blue) = 163+189+191=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #A3BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDBF is #5C4240. Grayscale: #B5B5B5. Windows color (decimal): -6046273 or 12565923. OLE color: 12565923.

HSL color Cylindrical-coordinate representation of color #A3BDBF: hue angle of 184.29º 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 #A3BDBF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163189191-
CMYK0.150.0100.25
HSL184.29º17.95%69.41%-
HSV(B)184.29º14.66%74.9%-
XYZ42.7147.9456.29-
YUV181.45133.39114.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 191 (75% from 255) = 35.17%
R=30.02%
G=34.81%
B=35.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631891910.150.0100.25184.2917.9569.41
HexA3BDBFF1019b81245
Octal24327527717103127022105
Binary1010001110111101101111111111101100110111000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BDBF; }

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

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

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

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

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

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

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

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