#A5AA49

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

Shades of Brass #A5AA49

Tints of Brass #A5AA49

Color information

#A5AA49 (or 0xA5AA49) is unknown color: approx Brass. HEX triplet: A5, AA and 49. RGB value is (165,170,73). Sum of RGB (Red+Green+Blue) = 165+170+73=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AA49 is #5A55B6. Grayscale: #9D9D9D. Windows color (decimal): -5920183 or 4827813. OLE color: 4827813.

HSL color Cylindrical-coordinate representation of color #A5AA49: hue angle of 63.09º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5AA49 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB16517073-
CMYK0.0300.570.33
HSL63.09º39.92%47.65%-
HSV(B)63.09º57.06%66.67%-
XYZ31.0937.2311.85-
YUV157.4580.34133.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 73 (28.91% from 255) = 17.89%
R=40.44%
G=41.67%
B=17.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170730.0300.570.3363.0939.9247.65
HexA5AA493039213f2830
Octal245252111307141775060
Binary10100101101010101001001110111001100001111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA49; }

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

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

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

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

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

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

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

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