#A7BABA

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

Shades of Jungle Mist #A7BABA

Tints of Jungle Mist #A7BABA

Color information

#A7BABA (or 0xA7BABA) is unknown color: approx Jungle Mist. HEX triplet: A7, BA and BA. RGB value is (167,186,186). Sum of RGB (Red+Green+Blue) = 167+186+186=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #A7BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BABA is #584545. Grayscale: #B4B4B4. Windows color (decimal): -5784902 or 12237479. OLE color: 12237479.

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

Color convert

RGB167186186-
CMYK0.10000.27
HSL180º12.1%69.22%-
HSV(B)180º10.22%72.94%-
XYZ42.3646.8853.27-
YUV180.32131.21118.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.98%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=30.98%
G=34.51%
B=34.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861860.10000.2718012.169.22
HexA7BABAA001Bb4c45
Octal24727227212003326414105
Binary101001111011101010111010101000110111011010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BABA; }

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

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

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

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

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

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

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

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