#A8A96A

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

Shades of Green Smoke #A8A96A

Tints of Green Smoke #A8A96A

Color information

#A8A96A (or 0xA8A96A) is unknown color: approx Green Smoke. HEX triplet: A8, A9 and 6A. RGB value is (168,169,106). Sum of RGB (Red+Green+Blue) = 168+169+106=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A96A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A96A is #575695. Grayscale: #A1A1A1. Windows color (decimal): -5723798 or 6990248. OLE color: 6990248.

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

Color convert

RGB168169106-
CMYK0.0100.370.34
HSL60.95º26.81%53.92%-
HSV(B)60.95º37.28%66.27%-
XYZ32.9437.7419.18-
YUV161.5296.67132.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=37.92%
G=38.15%
B=23.93%

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
Decimal1681691060.0100.370.3460.9526.8153.92
HexA8A96A1025223d1b36
Octal250251152104542753366
Binary101010001010100111010101010010110001011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A96A; }

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

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

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

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

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

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

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

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