#A0BBA5

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

Shades of Gum Leaf #A0BBA5

Tints of Gum Leaf #A0BBA5

Color information

#A0BBA5 (or 0xA0BBA5) is unknown color: approx Gum Leaf. HEX triplet: A0, BB and A5. RGB value is (160,187,165). Sum of RGB (Red+Green+Blue) = 160+187+165=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBA5 is #5F445A. Grayscale: #B0B0B0. Windows color (decimal): -6243419 or 10861472. OLE color: 10861472.

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

Color convert

RGB160187165-
CMYK0.1400.120.27
HSL131.11º16.56%68.04%-
HSV(B)131.11º14.44%73.33%-
XYZ39.0645.7342.37-
YUV176.42121.55116.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=31.25%
G=36.52%
B=32.23%

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
Decimal1601871650.1400.120.27131.1116.5668.04
HexA0BBA5E0C1B831144
Octal240273245160143320321104
Binary1010000010111011101001011110011001101110000011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBA5; }

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

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

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

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

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

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

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

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