#A2AA68

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

Shades of Green Smoke #A2AA68

Tints of Green Smoke #A2AA68

Color information

#A2AA68 (or 0xA2AA68) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 68. RGB value is (162,170,104). Sum of RGB (Red+Green+Blue) = 162+170+104=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA68 is #5D5597. Grayscale: #A0A0A0. Windows color (decimal): -6116760 or 6859426. OLE color: 6859426.

HSL color Cylindrical-coordinate representation of color #A2AA68: hue angle of 67.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2AA68 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB162170104-
CMYK0.0500.390.33
HSL67.27º27.97%53.73%-
HSV(B)67.27º38.82%66.67%-
XYZ31.7737.4318.65-
YUV160.0896.35129.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=37.16%
G=38.99%
B=23.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621701040.0500.390.3367.2727.9753.73
HexA2AA68502721431c36
Octal2422521505047411033466
Binary101000101010101011010001010100111100001100001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA68; }

 p { color: rgb(162,170,104); }

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

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

 a { background-color: rgb(162,170,104); }

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

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

 span { border-color: rgb(162,170,104); }

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