#A0BEBE

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

Shades of Jungle Mist #A0BEBE

Tints of Jungle Mist #A0BEBE

Color information

#A0BEBE (or 0xA0BEBE) is unknown color: approx Jungle Mist. HEX triplet: A0, BE and BE. RGB value is (160,190,190). Sum of RGB (Red+Green+Blue) = 160+190+190=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #A0BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEBE is #5F4141. Grayscale: #B5B5B5. Windows color (decimal): -6242626 or 12500640. OLE color: 12500640.

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

Color convert

RGB160190190-
CMYK0.16000.25
HSL180º18.75%68.63%-
HSV(B)180º15.79%74.51%-
XYZ42.248.0255.76-
YUV181.03133.06113-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=29.63%
G=35.19%
B=35.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901900.16000.2518018.7568.63
HexA0BEBE100019b41345
Octal24027627620003126423105
Binary10100000101111101011111010000001100110110100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEBE; }

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

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

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

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

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

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

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

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