#A5A361

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

Shades of Green Smoke #A5A361

Tints of Green Smoke #A5A361

Color information

#A5A361 (or 0xA5A361) is unknown color: approx Green Smoke. HEX triplet: A5, A3 and 61. RGB value is (165,163,97). Sum of RGB (Red+Green+Blue) = 165+163+97=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A361 is #5A5C9E. Grayscale: #9C9C9C. Windows color (decimal): -5921951 or 6398885. OLE color: 6398885.

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

Color convert

RGB16516397-
CMYK00.010.410.35
HSL58.24º27.42%51.37%-
HSV(B)58.24º41.21%64.71%-
XYZ30.7735.0616.45-
YUV156.0794.66134.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=38.82%
G=38.35%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651639700.010.410.3558.2427.4251.37
HexA5A3610129233a1b33
Octal245243141015143723363
Binary101001011010001111000010110100110001111101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A361; }

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

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

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

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

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

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

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

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