#A59E48

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

Shades of Brass #A59E48

Tints of Brass #A59E48

Color information

#A59E48 (or 0xA59E48) is unknown color: approx Brass. HEX triplet: A5, 9E and 48. RGB value is (165,158,72). Sum of RGB (Red+Green+Blue) = 165+158+72=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E48 is #5A61B7. Grayscale: #969696. Windows color (decimal): -5923256 or 4759205. OLE color: 4759205.

HSL color Cylindrical-coordinate representation of color #A59E48: hue angle of 55.48º 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 #A59E48 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16515872-
CMYK00.040.560.35
HSL55.48º39.24%46.47%-
HSV(B)55.48º56.36%64.71%-
XYZ28.9132.9210.96-
YUV150.2983.82138.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=41.77%
G=40%
B=18.23%

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
Decimal1651587200.040.560.3555.4839.2446.47
HexA59E4804382337272e
Octal245236110047043674756
Binary101001011001111010010000100111000100011110111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59E48; }

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

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

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

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

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

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

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

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