#A3A971

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

Shades of Green Smoke #A3A971

Tints of Green Smoke #A3A971

Color information

#A3A971 (or 0xA3A971) is unknown color: approx Green Smoke. HEX triplet: A3, A9 and 71. RGB value is (163,169,113). Sum of RGB (Red+Green+Blue) = 163+169+113=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A971 is #5C568E. Grayscale: #A1A1A1. Windows color (decimal): -6051471 or 7448995. OLE color: 7448995.

HSL color Cylindrical-coordinate representation of color #A3A971: hue angle of 66.43º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3A971 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB163169113-
CMYK0.0400.330.34
HSL66.43º24.56%55.29%-
HSV(B)66.43º33.14%66.27%-
XYZ32.2737.3521.13-
YUV160.82101.01129.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=36.63%
G=37.98%
B=25.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631691130.0400.330.3466.4324.5655.29
HexA3A971402122421937
Octal2432511614041421023167
Binary101000111010100111100011000100001100010100001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A971; }

 p { color: rgb(163,169,113); }

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

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

 a { background-color: rgb(163,169,113); }

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

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

 span { border-color: rgb(163,169,113); }

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