#A3A165

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

Shades of Green Smoke #A3A165

Tints of Green Smoke #A3A165

Color information

#A3A165 (or 0xA3A165) is unknown color: approx Green Smoke. HEX triplet: A3, A1 and 65. RGB value is (163,161,101). Sum of RGB (Red+Green+Blue) = 163+161+101=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A165 is #5C5E9A. Grayscale: #9B9B9B. Windows color (decimal): -6053531 or 6660515. OLE color: 6660515.

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

Color convert

RGB163161101-
CMYK00.010.380.36
HSL58.06º25.2%51.76%-
HSV(B)58.06º38.04%63.92%-
XYZ30.234.2217.32-
YUV154.7697.66133.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=38.35%
G=37.88%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316110100.010.380.3658.0625.251.76
HexA3A1650126243a1934
Octal243241145014644723164
Binary101000111010000111001010110011010010011101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A165; }

 p { color: rgb(163,161,101); }

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

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

 a { background-color: rgb(163,161,101); }

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

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

 span { border-color: rgb(163,161,101); }

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