#A59F5F

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

Shades of Green Smoke #A59F5F

Tints of Green Smoke #A59F5F

Color information

#A59F5F (or 0xA59F5F) is unknown color: approx Green Smoke. HEX triplet: A5, 9F and 5F. RGB value is (165,159,95). Sum of RGB (Red+Green+Blue) = 165+159+95=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59F5F is #5A60A0. Grayscale: #999999. Windows color (decimal): -5922977 or 6266789. OLE color: 6266789.

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

Color convert

RGB16515995-
CMYK00.040.420.35
HSL54.86º28%50.98%-
HSV(B)54.86º42.42%64.71%-
XYZ29.9833.6215.74-
YUV153.594.99136.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 159 (62.5% from 255) = 37.95%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=39.38%
G=37.95%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651599500.040.420.3554.862850.98
HexA59F5F042A23371c33
Octal245237137045243673463
Binary10100101100111111011111010010101010001111011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F5F; }

 p { color: rgb(165,159,95); }

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

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

 a { background-color: rgb(165,159,95); }

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

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

 span { border-color: rgb(165,159,95); }

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