#A0BEA5

Color #A0BEA5 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A0BEA5

Tints of Gum Leaf #A0BEA5

Color information

#A0BEA5 (or 0xA0BEA5) is unknown color: approx Gum Leaf. HEX triplet: A0, BE and A5. RGB value is (160,190,165). Sum of RGB (Red+Green+Blue) = 160+190+165=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEA5 is #5F415A. Grayscale: #B2B2B2. Windows color (decimal): -6242651 or 10862240. OLE color: 10862240.

HSL color Cylindrical-coordinate representation of color #A0BEA5: hue angle of 130º 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 #A0BEA5 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB160190165-
CMYK0.1600.130.25
HSL130º18.75%68.63%-
HSV(B)130º15.79%74.51%-
XYZ39.747.0242.58-
YUV178.18120.56115.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=31.07%
G=36.89%
B=32.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901650.1600.130.2513018.7568.63
HexA0BEA5100D19821345
Octal240276245200153120223105
Binary10100000101111101010010110000011011100110000010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEA5; }

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

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

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

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

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

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

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

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