#A7A96A

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

Shades of Green Smoke #A7A96A

Tints of Green Smoke #A7A96A

Color information

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

HSL color Cylindrical-coordinate representation of color #A7A96A: hue angle of 61.9º 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 #A7A96A is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB167169106-
CMYK0.0100.370.34
HSL61.9º26.81%53.92%-
HSV(B)61.9º37.28%66.27%-
XYZ32.7337.6319.17-
YUV161.2296.84132.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1671691060.0100.370.3461.926.8153.92
HexA7A96A1025223e1b36
Octal247251152104542763366
Binary101001111010100111010101010010110001011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A96A; }

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

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

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

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

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

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

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

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