#A5BABA

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

Shades of Jungle Mist #A5BABA

Tints of Jungle Mist #A5BABA

Color information

#A5BABA (or 0xA5BABA) is unknown color: approx Jungle Mist. HEX triplet: A5, BA and BA. RGB value is (165,186,186). Sum of RGB (Red+Green+Blue) = 165+186+186=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #A5BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BABA is #5A4545. Grayscale: #B3B3B3. Windows color (decimal): -5915974 or 12237477. OLE color: 12237477.

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

Color convert

RGB165186186-
CMYK0.11000.27
HSL180º13.21%68.82%-
HSV(B)180º11.29%72.94%-
XYZ41.9446.6653.25-
YUV179.72131.54117.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=30.73%
G=34.64%
B=34.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861860.11000.2718013.2168.82
HexA5BABAB001Bb4d45
Octal24527227213003326415105
Binary101001011011101010111010101100110111011010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BABA; }

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

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

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

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

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

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

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

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