#A5A149

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

Shades of Brass #A5A149

Tints of Brass #A5A149

Color information

#A5A149 (or 0xA5A149) is unknown color: approx Brass. HEX triplet: A5, A1 and 49. RGB value is (165,161,73). Sum of RGB (Red+Green+Blue) = 165+161+73=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A149 is #5A5EB6. Grayscale: #989898. Windows color (decimal): -5922487 or 4825509. OLE color: 4825509.

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

Color convert

RGB16516173-
CMYK00.020.560.35
HSL57.39º38.66%46.67%-
HSV(B)57.39º55.76%64.71%-
XYZ29.4633.9711.31-
YUV152.1683.33137.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 73 (28.91% from 255) = 18.30%
R=41.35%
G=40.35%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651617300.020.560.3557.3938.6646.67
HexA5A14902382339272f
Octal245241111027043714757
Binary10100101101000011001001010111000100011111001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A149; }

 p { color: rgb(165,161,73); }

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

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

 a { background-color: rgb(165,161,73); }

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

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

 span { border-color: rgb(165,161,73); }

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