#A59F4B

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

Shades of Brass #A59F4B

Tints of Brass #A59F4B

Color information

#A59F4B (or 0xA59F4B) is unknown color: approx Brass. HEX triplet: A5, 9F and 4B. RGB value is (165,159,75). Sum of RGB (Red+Green+Blue) = 165+159+75=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F4B is #5A60B4. Grayscale: #979797. Windows color (decimal): -5922997 or 4956069. OLE color: 4956069.

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

Color convert

RGB16515975-
CMYK00.040.550.35
HSL56º37.5%47.06%-
HSV(B)56º54.55%64.71%-
XYZ29.1933.311.55-
YUV151.2284.99137.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=41.35%
G=39.85%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651597500.040.550.355637.547.06
HexA59F4B04372338262f
Octal245237113046743704657
Binary101001011001111110010110100110111100011111000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F4B; }

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

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

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

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

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

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

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

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