#A59F3D

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

Shades of Brass #A59F3D

Tints of Brass #A59F3D

Color information

#A59F3D (or 0xA59F3D) is unknown color: approx Brass. HEX triplet: A5, 9F and 3D. RGB value is (165,159,61). Sum of RGB (Red+Green+Blue) = 165+159+61=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F3D is #5A60C2. Grayscale: #969696. Windows color (decimal): -5923011 or 4038565. OLE color: 4038565.

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

Color convert

RGB16515961-
CMYK00.040.630.35
HSL56.54º46.02%44.31%-
HSV(B)56.54º63.03%64.71%-
XYZ28.7633.139.29-
YUV149.6277.99138.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=42.86%
G=41.30%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651596100.040.630.3556.5446.0244.31
HexA59F3D043F23392e2c
Octal24523775047743715654
Binary10100101100111111111010100111111100011111001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F3D; }

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

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

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

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

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

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

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

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