#A59F34

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

Shades of Brass #A59F34

Tints of Brass #A59F34

Color information

#A59F34 (or 0xA59F34) is unknown color: approx Brass. HEX triplet: A5, 9F and 34. RGB value is (165,159,52). Sum of RGB (Red+Green+Blue) = 165+159+52=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F34 is #5A60CB. Grayscale: #959595. Windows color (decimal): -5923020 or 3448741. OLE color: 3448741.

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

Color convert

RGB16515952-
CMYK00.040.680.35
HSL56.81º52.07%42.55%-
HSV(B)56.81º68.48%64.71%-
XYZ28.5433.048.12-
YUV148.673.49139.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 52 (20.70% from 255) = 13.83%
R=43.88%
G=42.29%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651595200.040.680.3556.8152.0742.55
HexA59F3404442339342b
Octal245237640410443716453
Binary101001011001111111010001001000100100011111001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F34; }

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

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

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

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

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

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

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

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