#A7C8AD

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

Shades of Gum Leaf #A7C8AD

Tints of Gum Leaf #A7C8AD

Color information

#A7C8AD (or 0xA7C8AD) is unknown color: approx Gum Leaf. HEX triplet: A7, C8 and AD. RGB value is (167,200,173). Sum of RGB (Red+Green+Blue) = 167+200+173=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C8AD is #583752. Grayscale: #BBBBBB. Windows color (decimal): -5781331 or 11389095. OLE color: 11389095.

HSL color Cylindrical-coordinate representation of color #A7C8AD: hue angle of 130.91º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7C8AD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB167200173-
CMYK0.1600.140.22
HSL130.91º23.08%71.96%-
HSV(B)130.91º16.5%78.43%-
XYZ44.1352.5447.35-
YUV187.06120.07113.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.93%
GREEN value IS 200 (78.52% from 255) = 37.04%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=30.93%
G=37.04%
B=32.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1672001730.1600.140.22130.9123.0871.96
HexA7C8AD100E16831748
Octal247310255200162620327110
Binary10100111110010001010110110000011101011010000011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C8AD; }

 p { color: rgb(167,200,173); }

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

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

 a { background-color: rgb(167,200,173); }

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

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

 span { border-color: rgb(167,200,173); }

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