#A0BAA4

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

Shades of Gum Leaf #A0BAA4

Tints of Gum Leaf #A0BAA4

Color information

#A0BAA4 (or 0xA0BAA4) is unknown color: approx Gum Leaf. HEX triplet: A0, BA and A4. RGB value is (160,186,164). Sum of RGB (Red+Green+Blue) = 160+186+164=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAA4 is #5F455B. Grayscale: #AFAFAF. Windows color (decimal): -6243676 or 10795680. OLE color: 10795680.

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

Color convert

RGB160186164-
CMYK0.1400.120.27
HSL129.23º15.85%67.84%-
HSV(B)129.23º13.98%72.94%-
XYZ38.7645.2741.82-
YUV175.72121.39116.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=31.37%
G=36.47%
B=32.16%

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
Decimal1601861640.1400.120.27129.2315.8567.84
HexA0BAA4E0C1B811044
Octal240272244160143320120104
Binary1010000010111010101001001110011001101110000001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAA4; }

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

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

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

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

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

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

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

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