#A59C44

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

Shades of Brass #A59C44

Tints of Brass #A59C44

Color information

#A59C44 (or 0xA59C44) is unknown color: approx Brass. HEX triplet: A5, 9C and 44. RGB value is (165,156,68). Sum of RGB (Red+Green+Blue) = 165+156+68=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C44 is #5A63BB. Grayscale: #959595. Windows color (decimal): -5923772 or 4496549. OLE color: 4496549.

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

Color convert

RGB16515668-
CMYK00.050.590.35
HSL54.43º41.63%45.69%-
HSV(B)54.43º58.79%64.71%-
XYZ28.4532.1910.18-
YUV148.6682.48139.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 68 (26.95% from 255) = 17.48%
R=42.42%
G=40.10%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651566800.050.590.3554.4341.6345.69
HexA59C44053B23362a2e
Octal245234104057343665256
Binary101001011001110010001000101111011100011110110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C44; }

 p { color: rgb(165,156,68); }

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

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

 a { background-color: rgb(165,156,68); }

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

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

 span { border-color: rgb(165,156,68); }

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