#A3A45C

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

Shades of Green Smoke #A3A45C

Tints of Green Smoke #A3A45C

Color information

#A3A45C (or 0xA3A45C) is unknown color: approx Green Smoke. HEX triplet: A3, A4 and 5C. RGB value is (163,164,92). Sum of RGB (Red+Green+Blue) = 163+164+92=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A45C is #5C5BA3. Grayscale: #9B9B9B. Windows color (decimal): -6052772 or 6071459. OLE color: 6071459.

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

Color convert

RGB16316492-
CMYK0.0100.440.36
HSL60.83º28.35%50.2%-
HSV(B)60.83º43.9%64.31%-
XYZ30.3135.1115.3-
YUV155.4992.17133.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=38.90%
G=39.14%
B=21.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163164920.0100.440.3660.8328.3550.2
HexA3A45C102C243d1c32
Octal243244134105444753462
Binary101000111010010010111001010110010010011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A45C; }

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

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

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

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

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

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

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

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