#A3A55C

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

Shades of Green Smoke #A3A55C

Tints of Green Smoke #A3A55C

Color information

#A3A55C (or 0xA3A55C) is unknown color: approx Green Smoke. HEX triplet: A3, A5 and 5C. RGB value is (163,165,92). Sum of RGB (Red+Green+Blue) = 163+165+92=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A55C is #5C5AA3. Grayscale: #9C9C9C. Windows color (decimal): -6052516 or 6071715. OLE color: 6071715.

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

Color convert

RGB16316592-
CMYK0.0100.440.35
HSL61.64º28.85%50.39%-
HSV(B)61.64º44.24%64.71%-
XYZ30.4935.4715.36-
YUV156.0891.84132.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=38.81%
G=39.29%
B=21.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163165920.0100.440.3561.6428.8550.39
HexA3A55C102C233e1d32
Octal243245134105443763562
Binary101000111010010110111001010110010001111111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A55C; }

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

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

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

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

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

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

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

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