#A1A961

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

Shades of Green Smoke #A1A961

Tints of Green Smoke #A1A961

Color information

#A1A961 (or 0xA1A961) is unknown color: approx Green Smoke. HEX triplet: A1, A9 and 61. RGB value is (161,169,97). Sum of RGB (Red+Green+Blue) = 161+169+97=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A961 is #5E569E. Grayscale: #9E9E9E. Windows color (decimal): -6182559 or 6400417. OLE color: 6400417.

HSL color Cylindrical-coordinate representation of color #A1A961: hue angle of 66.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1A961 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16116997-
CMYK0.0500.430.34
HSL66.67º29.51%52.16%-
HSV(B)66.67º42.6%66.27%-
XYZ31.0436.8216.78-
YUV158.493.35129.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 169 (66.41% from 255) = 39.58%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=37.70%
G=39.58%
B=22.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161169970.0500.430.3466.6729.5152.16
HexA1A961502B22431e34
Octal2412511415053421033664
Binary101000011010100111000011010101011100010100001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A961; }

 p { color: rgb(161,169,97); }

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

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

 a { background-color: rgb(161,169,97); }

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

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

 span { border-color: rgb(161,169,97); }

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