#A2BABA

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

Shades of Jungle Mist #A2BABA

Tints of Jungle Mist #A2BABA

Color information

#A2BABA (or 0xA2BABA) is unknown color: approx Jungle Mist. HEX triplet: A2, BA and BA. RGB value is (162,186,186). Sum of RGB (Red+Green+Blue) = 162+186+186=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #A2BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BABA is #5D4545. Grayscale: #B2B2B2. Windows color (decimal): -6112582 or 12237474. OLE color: 12237474.

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

Color convert

RGB162186186-
CMYK0.13000.27
HSL180º14.81%68.24%-
HSV(B)180º12.9%72.94%-
XYZ41.3246.3453.22-
YUV178.82132.05116-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.34%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=30.34%
G=34.83%
B=34.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861860.13000.2718014.8168.24
HexA2BABAD001Bb4f44
Octal24227227215003326417104
Binary101000101011101010111010110100110111011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BABA; }

 p { color: rgb(162,186,186); }

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

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

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

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

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

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

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