#A7A96E

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

Shades of Green Smoke #A7A96E

Tints of Green Smoke #A7A96E

Color information

#A7A96E (or 0xA7A96E) is unknown color: approx Green Smoke. HEX triplet: A7, A9 and 6E. RGB value is (167,169,110). Sum of RGB (Red+Green+Blue) = 167+169+110=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A96E is #585691. Grayscale: #A1A1A1. Windows color (decimal): -5789330 or 7252391. OLE color: 7252391.

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

Color convert

RGB167169110-
CMYK0.0100.350.34
HSL62.03º25.54%54.71%-
HSV(B)62.03º34.91%66.27%-
XYZ32.9437.7220.3-
YUV161.6898.84131.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 169 (66.41% from 255) = 37.89%
BLUE value IS 110 (43.36% from 255) = 24.66%
R=37.44%
G=37.89%
B=24.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1671691100.0100.350.3462.0325.5454.71
HexA7A96E1023223e1a37
Octal247251156104342763267
Binary101001111010100111011101010001110001011111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A96E; }

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

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

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

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

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

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

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

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