#A7A66C

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

Shades of Green Smoke #A7A66C

Tints of Green Smoke #A7A66C

Color information

#A7A66C (or 0xA7A66C) is unknown color: approx Green Smoke. HEX triplet: A7, A6 and 6C. RGB value is (167,166,108). Sum of RGB (Red+Green+Blue) = 167+166+108=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A66C is #585993. Grayscale: #9F9F9F. Windows color (decimal): -5790100 or 7120551. OLE color: 7120551.

HSL color Cylindrical-coordinate representation of color #A7A66C: hue angle of 58.98º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7A66C is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB167166108-
CMYK00.010.350.35
HSL58.98º25.11%53.92%-
HSV(B)58.98º35.33%65.49%-
XYZ32.2836.5719.54-
YUV159.6998.83133.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=37.87%
G=37.64%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716610800.010.350.3558.9825.1153.92
HexA7A66C0123233b1936
Octal247246154014343733166
Binary101001111010011011011000110001110001111101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A66C; }

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

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

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

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

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

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

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

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