#A3A956

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

Shades of Green Smoke #A3A956

Tints of Green Smoke #A3A956

Color information

#A3A956 (or 0xA3A956) is unknown color: approx Green Smoke. HEX triplet: A3, A9 and 56. RGB value is (163,169,86). Sum of RGB (Red+Green+Blue) = 163+169+86=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A956 is #5C56A9. Grayscale: #9E9E9E. Windows color (decimal): -6051498 or 5679523. OLE color: 5679523.

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

Color convert

RGB16316986-
CMYK0.0400.490.34
HSL64.34º32.55%50%-
HSV(B)64.34º49.11%66.27%-
XYZ30.9736.8314.28-
YUV157.7487.51131.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 169 (66.41% from 255) = 40.43%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=39.00%
G=40.43%
B=20.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal163169860.0400.490.3464.3432.5550
HexA3A956403122402132
Octal2432511264061421004162
Binary1010001110101001101011010001100011000101000000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A956; }

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

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

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

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

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

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

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

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