#A7C0A9

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

Shades of Gum Leaf #A7C0A9

Tints of Gum Leaf #A7C0A9

Color information

#A7C0A9 (or 0xA7C0A9) is unknown color: approx Gum Leaf. HEX triplet: A7, C0 and A9. RGB value is (167,192,169). Sum of RGB (Red+Green+Blue) = 167+192+169=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C0A9 is #583F56. Grayscale: #B5B5B5. Windows color (decimal): -5783383 or 11124903. OLE color: 11124903.

HSL color Cylindrical-coordinate representation of color #A7C0A9: hue angle of 124.8º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7C0A9 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB167192169-
CMYK0.1300.120.25
HSL124.8º16.56%70.39%-
HSV(B)124.8º13.02%75.29%-
XYZ41.9548.7844.74-
YUV181.9120.72117.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=31.63%
G=36.36%
B=32.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921690.1300.120.25124.816.5670.39
HexA7C0A9D0C197d1146
Octal247300251150143117521106
Binary101001111100000010101001110101100110011111101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C0A9; }

 p { color: rgb(167,192,169); }

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

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

 a { background-color: rgb(167,192,169); }

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

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

 span { border-color: rgb(167,192,169); }

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