#A59B3F

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

Shades of Brass #A59B3F

Tints of Brass #A59B3F

Color information

#A59B3F (or 0xA59B3F) is unknown color: approx Brass. HEX triplet: A5, 9B and 3F. RGB value is (165,155,63). Sum of RGB (Red+Green+Blue) = 165+155+63=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59B3F is #5A64C0. Grayscale: #939393. Windows color (decimal): -5924033 or 4168613. OLE color: 4168613.

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

Color convert

RGB16515563-
CMYK00.060.620.35
HSL54.12º44.74%44.71%-
HSV(B)54.12º61.82%64.71%-
XYZ28.1431.89.36-
YUV147.580.31140.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 63 (25% from 255) = 16.45%
R=43.08%
G=40.47%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651556300.060.620.3554.1244.7444.71
HexA59B3F063E23362d2d
Octal24523377067643665555
Binary10100101100110111111110110111110100011110110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B3F; }

 p { color: rgb(165,155,63); }

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

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

 a { background-color: rgb(165,155,63); }

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

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

 span { border-color: rgb(165,155,63); }

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