#A3A152

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

Shades of Green Smoke #A3A152

Tints of Green Smoke #A3A152

Color information

#A3A152 (or 0xA3A152) is unknown color: approx Green Smoke. HEX triplet: A3, A1 and 52. RGB value is (163,161,82). Sum of RGB (Red+Green+Blue) = 163+161+82=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A152 is #5C5EAD. Grayscale: #989898. Windows color (decimal): -6053550 or 5415331. OLE color: 5415331.

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

Color convert

RGB16316182-
CMYK00.010.500.36
HSL58.52º33.06%48.04%-
HSV(B)58.52º49.69%63.92%-
XYZ29.3733.8912.98-
YUV152.5988.16135.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 161 (63.28% from 255) = 39.66%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=40.15%
G=39.66%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631618200.010.500.3658.5233.0648.04
HexA3A1520132243b2130
Octal243241122016244734160
Binary1010001110100001101001001110010100100111011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A152; }

 p { color: rgb(163,161,82); }

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

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

 a { background-color: rgb(163,161,82); }

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

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

 span { border-color: rgb(163,161,82); }

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