#A59C42

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

Shades of Brass #A59C42

Tints of Brass #A59C42

Color information

#A59C42 (or 0xA59C42) is unknown color: approx Brass. HEX triplet: A5, 9C and 42. RGB value is (165,156,66). Sum of RGB (Red+Green+Blue) = 165+156+66=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C42 is #5A63BD. Grayscale: #949494. Windows color (decimal): -5923774 or 4365477. OLE color: 4365477.

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

Color convert

RGB16515666-
CMYK00.050.600.35
HSL54.55º42.86%45.29%-
HSV(B)54.55º60%64.71%-
XYZ28.3932.179.87-
YUV148.4381.48139.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=42.64%
G=40.31%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651566600.050.600.3554.5542.8645.29
HexA59C42053C23372b2d
Octal245234102057443675355
Binary101001011001110010000100101111100100011110111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C42; }

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

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

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

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

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

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

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

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