#A5A048

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

Shades of Brass #A5A048

Tints of Brass #A5A048

Color information

#A5A048 (or 0xA5A048) is unknown color: approx Brass. HEX triplet: A5, A0 and 48. RGB value is (165,160,72). Sum of RGB (Red+Green+Blue) = 165+160+72=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A048 is #5A5FB7. Grayscale: #979797. Windows color (decimal): -5922744 or 4759717. OLE color: 4759717.

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

Color convert

RGB16516072-
CMYK00.030.560.35
HSL56.77º39.24%46.47%-
HSV(B)56.77º56.36%64.71%-
XYZ29.2633.6111.08-
YUV151.4683.16137.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=41.56%
G=40.30%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651607200.030.560.3556.7739.2446.47
HexA5A04803382339272e
Octal245240110037043714756
Binary10100101101000001001000011111000100011111001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A048; }

 p { color: rgb(165,160,72); }

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

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

 a { background-color: rgb(165,160,72); }

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

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

 span { border-color: rgb(165,160,72); }

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