#A3BEC0

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

Shades of Jungle Mist #A3BEC0

Tints of Jungle Mist #A3BEC0

Color information

#A3BEC0 (or 0xA3BEC0) is unknown color: approx Jungle Mist. HEX triplet: A3, BE and C0. RGB value is (163,190,192). Sum of RGB (Red+Green+Blue) = 163+190+192=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #A3BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEC0 is #5C413F. Grayscale: #B6B6B6. Windows color (decimal): -6046016 or 12631715. OLE color: 12631715.

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

Color convert

RGB163190192-
CMYK0.150.0100.25
HSL184.14º18.71%69.61%-
HSV(B)184.14º15.1%75.29%-
XYZ43.0348.4256.95-
YUV182.16133.55114.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.91%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=29.91%
G=34.86%
B=35.23%

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
Decimal1631901920.150.0100.25184.1418.7169.61
HexA3BEC0F1019b81346
Octal24327630017103127023106
Binary1010001110111110110000001111101100110111000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEC0; }

 p { color: rgb(163,190,192); }

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

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

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

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

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

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

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