#A4A151

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

Shades of Brass #A4A151

Tints of Brass #A4A151

Color information

#A4A151 (or 0xA4A151) is unknown color: approx Brass. HEX triplet: A4, A1 and 51. RGB value is (164,161,81). Sum of RGB (Red+Green+Blue) = 164+161+81=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A151 is #5B5EAE. Grayscale: #999999. Windows color (decimal): -5988015 or 5349796. OLE color: 5349796.

HSL color Cylindrical-coordinate representation of color #A4A151: hue angle of 57.83º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4A151 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16416181-
CMYK00.020.510.36
HSL57.83º33.88%48.04%-
HSV(B)57.83º50.61%64.31%-
XYZ29.5433.9812.79-
YUV152.7887.49136-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 161 (63.28% from 255) = 39.66%
BLUE value IS 81 (32.03% from 255) = 19.95%
R=40.39%
G=39.66%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641618100.020.510.3657.8333.8848.04
HexA4A1510233243a2230
Octal244241121026344724260
Binary10100100101000011010001010110011100100111010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A151; }

 p { color: rgb(164,161,81); }

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

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

 a { background-color: rgb(164,161,81); }

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

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

 span { border-color: rgb(164,161,81); }

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