#A5A946

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

Shades of Brass #A5A946

Tints of Brass #A5A946

Color information

#A5A946 (or 0xA5A946) is unknown color: approx Brass. HEX triplet: A5, A9 and 46. RGB value is (165,169,70). Sum of RGB (Red+Green+Blue) = 165+169+70=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A946 is #5A56B9. Grayscale: #9C9C9C. Windows color (decimal): -5920442 or 4630949. OLE color: 4630949.

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

Color convert

RGB16516970-
CMYK0.0200.590.34
HSL62.42º41.42%46.86%-
HSV(B)62.42º58.58%66.27%-
XYZ30.8136.8211.28-
YUV156.5279.17134.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 169 (66.41% from 255) = 41.83%
BLUE value IS 70 (27.73% from 255) = 17.33%
R=40.84%
G=41.83%
B=17.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165169700.0200.590.3462.4241.4246.86
HexA5A946203B223e292f
Octal245251106207342765157
Binary10100101101010011000110100111011100010111110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A946; }

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

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

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

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

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

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

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

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