#A3A463

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

Shades of Green Smoke #A3A463

Tints of Green Smoke #A3A463

Color information

#A3A463 (or 0xA3A463) is unknown color: approx Green Smoke. HEX triplet: A3, A4 and 63. RGB value is (163,164,99). Sum of RGB (Red+Green+Blue) = 163+164+99=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A463 is #5C5B9C. Grayscale: #9C9C9C. Windows color (decimal): -6052765 or 6530211. OLE color: 6530211.

HSL color Cylindrical-coordinate representation of color #A3A463: hue angle of 60.92º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3A463 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16316499-
CMYK0.0100.400.36
HSL60.92º26.32%51.57%-
HSV(B)60.92º39.63%64.31%-
XYZ30.6335.2416.99-
YUV156.2995.67132.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 99 (39.06% from 255) = 23.24%
R=38.26%
G=38.50%
B=23.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163164990.0100.400.3660.9226.3251.57
HexA3A4631028243d1a34
Octal243244143105044753264
Binary101000111010010011000111010100010010011110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A463; }

 p { color: rgb(163,164,99); }

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

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

 a { background-color: rgb(163,164,99); }

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

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

 span { border-color: rgb(163,164,99); }

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