#A0BAA3

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

Shades of Gum Leaf #A0BAA3

Tints of Gum Leaf #A0BAA3

Color information

#A0BAA3 (or 0xA0BAA3) is unknown color: approx Gum Leaf. HEX triplet: A0, BA and A3. RGB value is (160,186,163). Sum of RGB (Red+Green+Blue) = 160+186+163=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAA3 is #5F455C. Grayscale: #AFAFAF. Windows color (decimal): -6243677 or 10730144. OLE color: 10730144.

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

Color convert

RGB160186163-
CMYK0.1400.120.27
HSL126.92º15.85%67.84%-
HSV(B)126.92º13.98%72.94%-
XYZ38.6745.2441.34-
YUV175.6120.89116.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=31.43%
G=36.54%
B=32.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861630.1400.120.27126.9215.8567.84
HexA0BAA3E0C1B7f1044
Octal240272243160143317720104
Binary101000001011101010100011111001100110111111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAA3; }

 p { color: rgb(160,186,163); }

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

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

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

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

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

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

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