#A3A054

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

Shades of Green Smoke #A3A054

Tints of Green Smoke #A3A054

Color information

#A3A054 (or 0xA3A054) is unknown color: approx Green Smoke. HEX triplet: A3, A0 and 54. RGB value is (163,160,84). Sum of RGB (Red+Green+Blue) = 163+160+84=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A054 is #5C5FAB. Grayscale: #989898. Windows color (decimal): -6053804 or 5546147. OLE color: 5546147.

HSL color Cylindrical-coordinate representation of color #A3A054: hue angle of 57.72º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3A054 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16316084-
CMYK00.020.480.36
HSL57.72º31.98%48.43%-
HSV(B)57.72º48.47%63.92%-
XYZ29.2833.5713.32-
YUV152.2389.49135.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 160 (62.89% from 255) = 39.31%
BLUE value IS 84 (33.20% from 255) = 20.64%
R=40.05%
G=39.31%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631608400.020.480.3657.7231.9848.43
HexA3A0540230243a2030
Octal243240124026044724060
Binary10100011101000001010100010110000100100111010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A054; }

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

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

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

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

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

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

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

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