#A3BBBA

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

Shades of Jungle Mist #A3BBBA

Tints of Jungle Mist #A3BBBA

Color information

#A3BBBA (or 0xA3BBBA) is unknown color: approx Jungle Mist. HEX triplet: A3, BB and BA. RGB value is (163,187,186). Sum of RGB (Red+Green+Blue) = 163+187+186=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBBA is #5C4445. Grayscale: #B3B3B3. Windows color (decimal): -6046790 or 12237731. OLE color: 12237731.

HSL color Cylindrical-coordinate representation of color #A3BBBA: hue angle of 177.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BBBA is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB163187186-
CMYK0.1300.010.27
HSL177.5º15%68.63%-
HSV(B)177.5º12.83%73.33%-
XYZ41.7446.8753.3-
YUV179.71131.55116.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=30.41%
G=34.89%
B=34.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631871860.1300.010.27177.51568.63
HexA3BBBAD011Bb1f45
Octal24327327215013326117105
Binary101000111011101110111010110101110111011000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBBA; }

 p { color: rgb(163,187,186); }

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

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

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

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

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

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

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