#A0A154

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

Shades of Green Smoke #A0A154

Tints of Green Smoke #A0A154

Color information

#A0A154 (or 0xA0A154) is unknown color: approx Green Smoke. HEX triplet: A0, A1 and 54. RGB value is (160,161,84). Sum of RGB (Red+Green+Blue) = 160+161+84=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A154 is #5F5EAB. Grayscale: #989898. Windows color (decimal): -6250156 or 5546400. OLE color: 5546400.

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

Color convert

RGB16016184-
CMYK0.0100.480.37
HSL60.78º31.43%48.04%-
HSV(B)60.78º47.83%63.14%-
XYZ28.8433.613.35-
YUV151.9289.67133.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=39.51%
G=39.75%
B=20.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160161840.0100.480.3760.7831.4348.04
HexA0A1541030253d1f30
Octal240241124106045753760
Binary101000001010000110101001011000010010111110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A154; }

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

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

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

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

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

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

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

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