#A59F48

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

Shades of Brass #A59F48

Tints of Brass #A59F48

Color information

#A59F48 (or 0xA59F48) is unknown color: approx Brass. HEX triplet: A5, 9F and 48. RGB value is (165,159,72). Sum of RGB (Red+Green+Blue) = 165+159+72=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F48 is #5A60B7. Grayscale: #979797. Windows color (decimal): -5923000 or 4759461. OLE color: 4759461.

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

Color convert

RGB16515972-
CMYK00.040.560.35
HSL56.13º39.24%46.47%-
HSV(B)56.13º56.36%64.71%-
XYZ29.0833.2611.02-
YUV150.8883.49138.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=41.67%
G=40.15%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651597200.040.560.3556.1339.2446.47
HexA59F4804382338272e
Octal245237110047043704756
Binary101001011001111110010000100111000100011111000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F48; }

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

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

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

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

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

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

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

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