#A8C4AD

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

Shades of Gum Leaf #A8C4AD

Tints of Gum Leaf #A8C4AD

Color information

#A8C4AD (or 0xA8C4AD) is unknown color: approx Gum Leaf. HEX triplet: A8, C4 and AD. RGB value is (168,196,173). Sum of RGB (Red+Green+Blue) = 168+196+173=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C4AD is #573B52. Grayscale: #B9B9B9. Windows color (decimal): -5716819 or 11388072. OLE color: 11388072.

HSL color Cylindrical-coordinate representation of color #A8C4AD: hue angle of 130.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8C4AD is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB168196173-
CMYK0.1400.120.23
HSL130.71º19.18%71.37%-
HSV(B)130.71º14.29%76.86%-
XYZ43.4350.8247.06-
YUV185.01121.22115.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=31.28%
G=36.50%
B=32.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681961730.1400.120.23130.7119.1871.37
HexA8C4ADE0C17831347
Octal250304255160142720323107
Binary1010100011000100101011011110011001011110000011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C4AD; }

 p { color: rgb(168,196,173); }

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

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

 a { background-color: rgb(168,196,173); }

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

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

 span { border-color: rgb(168,196,173); }

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