#A0BDA3

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

Shades of Gum Leaf #A0BDA3

Tints of Gum Leaf #A0BDA3

Color information

#A0BDA3 (or 0xA0BDA3) is unknown color: approx Gum Leaf. HEX triplet: A0, BD and A3. RGB value is (160,189,163). Sum of RGB (Red+Green+Blue) = 160+189+163=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BDA3 is #5F425C. Grayscale: #B1B1B1. Windows color (decimal): -6242909 or 10730912. OLE color: 10730912.

HSL color Cylindrical-coordinate representation of color #A0BDA3: hue angle of 126.21º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BDA3 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB160189163-
CMYK0.1500.140.26
HSL126.21º18.01%68.43%-
HSV(B)126.21º15.34%74.12%-
XYZ39.3146.5141.56-
YUV177.36119.89115.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=31.25%
G=36.91%
B=31.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601891630.1500.140.26126.2118.0168.43
HexA0BDA3F0E1A7e1244
Octal240275243170163217622104
Binary101000001011110110100011111101110110101111110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BDA3; }

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

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

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

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

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

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

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

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