#A4BABA

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

Shades of Jungle Mist #A4BABA

Tints of Jungle Mist #A4BABA

Color information

#A4BABA (or 0xA4BABA) is unknown color: approx Jungle Mist. HEX triplet: A4, BA and BA. RGB value is (164,186,186). Sum of RGB (Red+Green+Blue) = 164+186+186=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #A4BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BABA is #5B4545. Grayscale: #B3B3B3. Windows color (decimal): -5981510 or 12237476. OLE color: 12237476.

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

Color convert

RGB164186186-
CMYK0.12000.27
HSL180º13.75%68.63%-
HSV(B)180º11.83%72.94%-
XYZ41.7346.5653.24-
YUV179.42131.71117-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=30.60%
G=34.70%
B=34.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861860.12000.2718013.7568.63
HexA4BABAC001Bb4e45
Octal24427227214003326416105
Binary101001001011101010111010110000110111011010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BABA; }

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

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

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

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

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

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

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

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