#A59D39

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

Shades of Brass #A59D39

Tints of Brass #A59D39

Color information

#A59D39 (or 0xA59D39) is unknown color: approx Brass. HEX triplet: A5, 9D and 39. RGB value is (165,157,57). Sum of RGB (Red+Green+Blue) = 165+157+57=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59D39 is #5A62C6. Grayscale: #949494. Windows color (decimal): -5923527 or 3775909. OLE color: 3775909.

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

Color convert

RGB16515757-
CMYK00.050.650.35
HSL55.56º48.65%43.53%-
HSV(B)55.56º65.45%64.71%-
XYZ28.3132.418.63-
YUV147.9976.65140.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 57 (22.66% from 255) = 15.04%
R=43.54%
G=41.42%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651575700.050.650.3555.5648.6543.53
HexA59D3905412338312c
Octal245235710510143706154
Binary101001011001110111100101011000001100011111000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59D39; }

 p { color: rgb(165,157,57); }

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

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

 a { background-color: rgb(165,157,57); }

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

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

 span { border-color: rgb(165,157,57); }

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