#A0BBBB

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

Shades of Jungle Mist #A0BBBB

Tints of Jungle Mist #A0BBBB

Color information

#A0BBBB (or 0xA0BBBB) is unknown color: approx Jungle Mist. HEX triplet: A0, BB and BB. RGB value is (160,187,187). Sum of RGB (Red+Green+Blue) = 160+187+187=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #A0BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBBB is #5F4444. Grayscale: #B2B2B2. Windows color (decimal): -6243397 or 12303264. OLE color: 12303264.

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

Color convert

RGB160187187-
CMYK0.14000.27
HSL180º16.56%68.04%-
HSV(B)180º14.44%73.33%-
XYZ41.2446.653.84-
YUV178.93132.55114.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=29.96%
G=35.02%
B=35.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601871870.14000.2718016.5668.04
HexA0BBBBE001Bb41144
Octal24027327316003326421104
Binary1010000010111011101110111110001101110110100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBBB; }

 p { color: rgb(160,187,187); }

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

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

 a { background-color: rgb(160,187,187); }

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

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

 span { border-color: rgb(160,187,187); }

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