#A7C1A9

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

Shades of Gum Leaf #A7C1A9

Tints of Gum Leaf #A7C1A9

Color information

#A7C1A9 (or 0xA7C1A9) is unknown color: approx Gum Leaf. HEX triplet: A7, C1 and A9. RGB value is (167,193,169). Sum of RGB (Red+Green+Blue) = 167+193+169=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C1A9 is #583E56. Grayscale: #B6B6B6. Windows color (decimal): -5783127 or 11125159. OLE color: 11125159.

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

Color convert

RGB167193169-
CMYK0.1300.120.24
HSL124.62º17.33%70.59%-
HSV(B)124.62º13.47%75.69%-
XYZ42.1749.2244.81-
YUV182.49120.39116.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 169 (66.41% from 255) = 31.95%
R=31.57%
G=36.48%
B=31.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671931690.1300.120.24124.6217.3370.59
HexA7C1A9D0C187d1147
Octal247301251150143017521107
Binary101001111100000110101001110101100110001111101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C1A9; }

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

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

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

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

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

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

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

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