#A0BFA9

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

Shades of Gum Leaf #A0BFA9

Tints of Gum Leaf #A0BFA9

Color information

#A0BFA9 (or 0xA0BFA9) is unknown color: approx Gum Leaf. HEX triplet: A0, BF and A9. RGB value is (160,191,169). Sum of RGB (Red+Green+Blue) = 160+191+169=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFA9 is #5F4056. Grayscale: #B3B3B3. Windows color (decimal): -6242391 or 11124640. OLE color: 11124640.

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

Color convert

RGB160191169-
CMYK0.1600.120.25
HSL137.42º19.5%68.82%-
HSV(B)137.42º16.23%74.9%-
XYZ40.2947.644.6-
YUV179.22122.23114.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=30.77%
G=36.73%
B=32.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911690.1600.120.25137.4219.568.82
HexA0BFA9100C19891345
Octal240277251200143121123105
Binary10100000101111111010100110000011001100110001001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFA9; }

 p { color: rgb(160,191,169); }

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

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

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

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

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

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

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