#A5A949

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

Shades of Brass #A5A949

Tints of Brass #A5A949

Color information

#A5A949 (or 0xA5A949) is unknown color: approx Brass. HEX triplet: A5, A9 and 49. RGB value is (165,169,73). Sum of RGB (Red+Green+Blue) = 165+169+73=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A949 is #5A56B6. Grayscale: #9D9D9D. Windows color (decimal): -5920439 or 4827557. OLE color: 4827557.

HSL color Cylindrical-coordinate representation of color #A5A949: hue angle of 62.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5A949 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16516973-
CMYK0.0200.570.34
HSL62.5º39.67%47.45%-
HSV(B)62.5º56.8%66.27%-
XYZ30.9136.8611.79-
YUV156.8680.67133.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 169 (66.41% from 255) = 41.52%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=40.54%
G=41.52%
B=17.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165169730.0200.570.3462.539.6747.45
HexA5A9492039223e282f
Octal245251111207142765057
Binary10100101101010011001001100111001100010111110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A949; }

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

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

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

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

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

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

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

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