#A0BBA3

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

Shades of Gum Leaf #A0BBA3

Tints of Gum Leaf #A0BBA3

Color information

#A0BBA3 (or 0xA0BBA3) is unknown color: approx Gum Leaf. HEX triplet: A0, BB and A3. RGB value is (160,187,163). Sum of RGB (Red+Green+Blue) = 160+187+163=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBA3 is #5F445C. Grayscale: #B0B0B0. Windows color (decimal): -6243421 or 10730400. OLE color: 10730400.

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

Color convert

RGB160187163-
CMYK0.1400.130.27
HSL126.67º16.56%68.04%-
HSV(B)126.67º14.44%73.33%-
XYZ38.8845.6641.41-
YUV176.19120.55116.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 163 (64.06% from 255) = 31.96%
R=31.37%
G=36.67%
B=31.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601871630.1400.130.27126.6716.5668.04
HexA0BBA3E0D1B7f1144
Octal240273243160153317721104
Binary101000001011101110100011111001101110111111111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBA3; }

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

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

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

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

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

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

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

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