#A0A161

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

Shades of Green Smoke #A0A161

Tints of Green Smoke #A0A161

Color information

#A0A161 (or 0xA0A161) is unknown color: approx Green Smoke. HEX triplet: A0, A1 and 61. RGB value is (160,161,97). Sum of RGB (Red+Green+Blue) = 160+161+97=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A161 is #5F5E9E. Grayscale: #999999. Windows color (decimal): -6250143 or 6398368. OLE color: 6398368.

HSL color Cylindrical-coordinate representation of color #A0A161: hue angle of 60.94º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0A161 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB16016197-
CMYK0.0100.400.37
HSL60.94º25.4%50.59%-
HSV(B)60.94º39.75%63.14%-
XYZ29.433.8316.29-
YUV153.496.17132.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=38.28%
G=38.52%
B=23.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160161970.0100.400.3760.9425.450.59
HexA0A1611028253d1933
Octal240241141105045753163
Binary101000001010000111000011010100010010111110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A161; }

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

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

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

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

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

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

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

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