#A0BFA6

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

Shades of Gum Leaf #A0BFA6

Tints of Gum Leaf #A0BFA6

Color information

#A0BFA6 (or 0xA0BFA6) is unknown color: approx Gum Leaf. HEX triplet: A0, BF and A6. RGB value is (160,191,166). Sum of RGB (Red+Green+Blue) = 160+191+166=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFA6 is #5F4059. Grayscale: #B2B2B2. Windows color (decimal): -6242394 or 10928032. OLE color: 10928032.

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

Color convert

RGB160191166-
CMYK0.1600.130.25
HSL131.61º19.5%68.82%-
HSV(B)131.61º16.23%74.9%-
XYZ40.0147.4943.13-
YUV178.88120.73114.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=30.95%
G=36.94%
B=32.11%

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
Decimal1601911660.1600.130.25131.6119.568.82
HexA0BFA6100D19841345
Octal240277246200153120423105
Binary10100000101111111010011010000011011100110000100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFA6; }

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

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

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

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

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

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

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

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