#A0A057

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

Shades of Green Smoke #A0A057

Tints of Green Smoke #A0A057

Color information

#A0A057 (or 0xA0A057) is unknown color: approx Green Smoke. HEX triplet: A0, A0 and 57. RGB value is (160,160,87). Sum of RGB (Red+Green+Blue) = 160+160+87=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A057 is #5F5FA8. Grayscale: #979797. Windows color (decimal): -6250409 or 5742752. OLE color: 5742752.

HSL color Cylindrical-coordinate representation of color #A0A057: hue angle of 60º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0A057 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16016087-
CMYK000.460.37
HSL60º29.55%48.43%-
HSV(B)60º45.63%62.75%-
XYZ28.7933.313.93-
YUV151.6891.5133.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 160 (62.89% from 255) = 39.31%
BLUE value IS 87 (34.38% from 255) = 21.38%
R=39.31%
G=39.31%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16016087000.460.376029.5548.43
HexA0A057002E253c1e30
Octal240240127005645743660
Binary101000001010000010101110010111010010111110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A057; }

 p { color: rgb(160,160,87); }

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

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

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

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

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

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

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