#A6BABA

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

Shades of Jungle Mist #A6BABA

Tints of Jungle Mist #A6BABA

Color information

#A6BABA (or 0xA6BABA) is unknown color: approx Jungle Mist. HEX triplet: A6, BA and BA. RGB value is (166,186,186). Sum of RGB (Red+Green+Blue) = 166+186+186=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #A6BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BABA is #594545. Grayscale: #B4B4B4. Windows color (decimal): -5850438 or 12237478. OLE color: 12237478.

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

Color convert

RGB166186186-
CMYK0.11000.27
HSL180º12.66%69.02%-
HSV(B)180º10.75%72.94%-
XYZ42.1546.7753.26-
YUV180.02131.37118-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.86%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=30.86%
G=34.57%
B=34.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861860.11000.2718012.6669.02
HexA6BABAB001Bb4d45
Octal24627227213003326415105
Binary101001101011101010111010101100110111011010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BABA; }

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

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

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

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

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

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

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

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