#A3A137

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

Shades of Brass #A3A137

Tints of Brass #A3A137

Color information

#A3A137 (or 0xA3A137) is unknown color: approx Brass. HEX triplet: A3, A1 and 37. RGB value is (163,161,55). Sum of RGB (Red+Green+Blue) = 163+161+55=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A137 is #5C5EC8. Grayscale: #959595. Windows color (decimal): -6053577 or 3645859. OLE color: 3645859.

HSL color Cylindrical-coordinate representation of color #A3A137: hue angle of 58.89º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3A137 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16316155-
CMYK00.010.660.36
HSL58.89º49.54%42.75%-
HSV(B)58.89º66.26%63.92%-
XYZ28.5433.558.59-
YUV149.5174.66137.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 161 (63.28% from 255) = 42.48%
BLUE value IS 55 (21.88% from 255) = 14.51%
R=43.01%
G=42.48%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631615500.010.660.3658.8949.5442.75
HexA3A1370142243b322b
Octal243241670110244736253
Binary1010001110100001110111011000010100100111011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A137; }

 p { color: rgb(163,161,55); }

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

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

 a { background-color: rgb(163,161,55); }

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

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

 span { border-color: rgb(163,161,55); }

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