Html Css Color HEX #A1BABA Jungle Mist

📋 copy color: '#A1BABA'

red 161 ◦ green 186 ◦ blue 186

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

Shades of Jungle Mist #A1BABA

Tints of Jungle Mist #A1BABA

RGB

 RED value IS 161 (63.28% from 255) = 30.21%

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 30.21%
G = 34.9%
B = 34.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A1BABA (or 0xA1BABA) is known color: Jungle Mist. HEX triplet: A1, BA and BA. RGB value is (161,186,186). Sum of RGB (Red+Green+Blue) = 161+186+186=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #A1BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BABA is #5E4545. Grayscale: #B2B2B2. Windows color (decimal): -6178118 or 12237473. OLE color: 12237473.

HSL color Cylindrical-coordinate representation of color #A1BABA: 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 #A1BABA is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 186 186 -
CMYK 0.13 0 0 0.27
HSL 180º 0.15% 0.68% -
HSV(B) 180º 0.13% 0.73% -
XYZ 41.12 46.24 53.21 -
YUV 178.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 161 186 186 0.13 0 0 0.27 180 0.15 0.68
Hex A1 BA BA D 0 0 1B B4 F 44
Octal 241 272 272 15 0 0 33 264 17 104
Binary 10100001 10111010 10111010 1101 0 0 11011 10110100 1111 1000100

Color Harmonies of #A1BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BABA

Black with #A1BABA

Text Example


Text Example

White with #A1BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BABA; }

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

 H1.HeaderClassName
 {
   color: #A1BABA;
 }
 .AnyTagClassName
 {
   color: #A1BABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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