#A1BBBB

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

Shades of Jungle Mist #A1BBBB

Tints of Jungle Mist #A1BBBB

Color information

#A1BBBB (or 0xA1BBBB) is unknown color: approx Jungle Mist. HEX triplet: A1, BB and BB. RGB value is (161,187,187). Sum of RGB (Red+Green+Blue) = 161+187+187=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #A1BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBBB is #5E4444. Grayscale: #B3B3B3. Windows color (decimal): -6177861 or 12303265. OLE color: 12303265.

HSL color Cylindrical-coordinate representation of color #A1BBBB: hue angle of 180º degrees, saturation: 0.16, 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 #A1BBBB is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161187187-
CMYK0.14000.27
HSL180º16.05%68.24%-
HSV(B)180º13.9%73.33%-
XYZ41.4446.7153.84-
YUV179.23132.39115-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=30.09%
G=34.95%
B=34.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611871870.14000.2718016.0568.24
HexA1BBBBE001Bb41044
Octal24127327316003326420104
Binary1010000110111011101110111110001101110110100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBBB; }

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

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

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

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

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

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

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

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