Html Css Color HEX #A6BABA Jungle Mist

📋 copy color: '#A6BABA'

red 166 ◦ green 186 ◦ blue 186

#A6BABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #A6BABA

Tints of Jungle Mist #A6BABA

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 value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A6BABA (or 0xA6BABA) is known color: 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

RGB 166 186 186 -
CMYK 0.11 0 0 0.27
HSL 180º 0.13% 0.69% -
HSV(B) 180º 0.11% 0.73% -
XYZ 42.15 46.77 53.26 -
YUV 180.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 166 186 186 0.11 0 0 0.27 180 0.13 0.69
Hex A6 BA BA B 0 0 1B B4 D 45
Octal 246 272 272 13 0 0 33 264 15 105
Binary 10100110 10111010 10111010 1011 0 0 11011 10110100 1101 1000101

Color Harmonies of #A6BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BABA

Black with #A6BABA

Text Example


Text Example

White with #A6BABA

Text Example


Text Example

HTML Codes & Css Web 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>