#A9A76C

Color #A9A76C Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A9A76C

Tints of Green Smoke #A9A76C

Color information

#A9A76C (or 0xA9A76C) is unknown color: approx Green Smoke. HEX triplet: A9, A7 and 6C. RGB value is (169,167,108). Sum of RGB (Red+Green+Blue) = 169+167+108=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A76C is #565893. Grayscale: #A1A1A1. Windows color (decimal): -5658772 or 7120809. OLE color: 7120809.

HSL color Cylindrical-coordinate representation of color #A9A76C: hue angle of 58.03º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9A76C is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB169167108-
CMYK00.010.360.34
HSL58.03º26.18%54.31%-
HSV(B)58.03º36.09%66.27%-
XYZ32.8937.1619.63-
YUV160.8798.16133.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 167 (65.62% from 255) = 37.61%
BLUE value IS 108 (42.58% from 255) = 24.32%
R=38.06%
G=37.61%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916710800.010.360.3458.0326.1854.31
HexA9A76C0124223a1a36
Octal251247154014442723266
Binary101010011010011111011000110010010001011101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A76C; }

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

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

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

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

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

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

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

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