#A5A948

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

Shades of Brass #A5A948

Tints of Brass #A5A948

Color information

#A5A948 (or 0xA5A948) is unknown color: approx Brass. HEX triplet: A5, A9 and 48. RGB value is (165,169,72). Sum of RGB (Red+Green+Blue) = 165+169+72=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A948 is #5A56B7. Grayscale: #9D9D9D. Windows color (decimal): -5920440 or 4762021. OLE color: 4762021.

HSL color Cylindrical-coordinate representation of color #A5A948: hue angle of 62.47º 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 #A5A948 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16516972-
CMYK0.0200.570.34
HSL62.47º40.25%47.25%-
HSV(B)62.47º57.4%66.27%-
XYZ30.8736.8411.62-
YUV156.7580.17133.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 72 (28.52% from 255) = 17.73%
R=40.64%
G=41.63%
B=17.73%

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
Decimal165169720.0200.570.3462.4740.2547.25
HexA5A9482039223e282f
Octal245251110207142765057
Binary10100101101010011001000100111001100010111110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A948; }

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

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

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

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

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

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

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

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