#A1AA62

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

Shades of Green Smoke #A1AA62

Tints of Green Smoke #A1AA62

Color information

#A1AA62 (or 0xA1AA62) is unknown color: approx Green Smoke. HEX triplet: A1, AA and 62. RGB value is (161,170,98). Sum of RGB (Red+Green+Blue) = 161+170+98=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA62 is #5E559D. Grayscale: #9F9F9F. Windows color (decimal): -6182302 or 6466209. OLE color: 6466209.

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

Color convert

RGB16117098-
CMYK0.0500.420.33
HSL67.5º29.75%52.55%-
HSV(B)67.5º42.35%66.67%-
XYZ31.2837.2117.09-
YUV159.193.52129.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=37.53%
G=39.63%
B=22.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170980.0500.420.3367.529.7552.55
HexA1AA62502A21441e35
Octal2412521425052411043665
Binary101000011010101011000101010101010100001100010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA62; }

 p { color: rgb(161,170,98); }

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

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

 a { background-color: rgb(161,170,98); }

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

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

 span { border-color: rgb(161,170,98); }

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