#A3A148

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

Shades of Brass #A3A148

Tints of Brass #A3A148

Color information

#A3A148 (or 0xA3A148) is unknown color: approx Brass. HEX triplet: A3, A1 and 48. RGB value is (163,161,72). Sum of RGB (Red+Green+Blue) = 163+161+72=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A148 is #5C5EB7. Grayscale: #979797. Windows color (decimal): -6053560 or 4759971. OLE color: 4759971.

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

Color convert

RGB16316172-
CMYK00.010.560.36
HSL58.68º38.72%46.08%-
HSV(B)58.68º55.83%63.92%-
XYZ29.0233.7411.11-
YUV151.4583.16136.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=41.16%
G=40.66%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631617200.010.560.3658.6838.7246.08
HexA3A1480138243b272e
Octal243241110017044734756
Binary1010001110100001100100001111000100100111011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A148; }

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

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

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

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

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

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

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

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