#A9A76A

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

Shades of Green Smoke #A9A76A

Tints of Green Smoke #A9A76A

Color information

#A9A76A (or 0xA9A76A) is unknown color: approx Green Smoke. HEX triplet: A9, A7 and 6A. RGB value is (169,167,106). Sum of RGB (Red+Green+Blue) = 169+167+106=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A76A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A76A is #565895. Grayscale: #A0A0A0. Windows color (decimal): -5658774 or 6989737. OLE color: 6989737.

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

Color convert

RGB169167106-
CMYK00.010.370.34
HSL58.1º26.81%53.92%-
HSV(B)58.1º37.28%66.27%-
XYZ32.7837.1119.07-
YUV160.6497.16133.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=38.24%
G=37.78%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916710600.010.370.3458.126.8153.92
HexA9A76A0125223a1b36
Octal251247152014542723366
Binary101010011010011111010100110010110001011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A76A; }

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

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

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

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

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

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

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

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