#A0BCA3

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

Shades of Gum Leaf #A0BCA3

Tints of Gum Leaf #A0BCA3

Color information

#A0BCA3 (or 0xA0BCA3) is unknown color: approx Gum Leaf. HEX triplet: A0, BC and A3. RGB value is (160,188,163). Sum of RGB (Red+Green+Blue) = 160+188+163=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BCA3 is #5F435C. Grayscale: #B0B0B0. Windows color (decimal): -6243165 or 10730656. OLE color: 10730656.

HSL color Cylindrical-coordinate representation of color #A0BCA3: hue angle of 126.43º degrees, saturation: 0.17, 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 #A0BCA3 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB160188163-
CMYK0.1500.130.26
HSL126.43º17.28%68.24%-
HSV(B)126.43º14.89%73.73%-
XYZ39.0946.0841.49-
YUV176.78120.22116.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.31%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 163 (64.06% from 255) = 31.90%
R=31.31%
G=36.79%
B=31.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881630.1500.130.26126.4317.2868.24
HexA0BCA3F0D1A7e1144
Octal240274243170153217621104
Binary101000001011110010100011111101101110101111110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCA3; }

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

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

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

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

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

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

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

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