#A4A351

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

Shades of Brass #A4A351

Tints of Brass #A4A351

Color information

#A4A351 (or 0xA4A351) is unknown color: approx Brass. HEX triplet: A4, A3 and 51. RGB value is (164,163,81). Sum of RGB (Red+Green+Blue) = 164+163+81=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A351 is #5B5CAE. Grayscale: #9A9A9A. Windows color (decimal): -5987503 or 5350308. OLE color: 5350308.

HSL color Cylindrical-coordinate representation of color #A4A351: hue angle of 59.28º 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 #A4A351 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16416381-
CMYK00.010.510.36
HSL59.28º33.88%48.04%-
HSV(B)59.28º50.61%64.31%-
XYZ29.8934.6812.9-
YUV153.9586.83135.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 163 (64.06% from 255) = 39.95%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=40.20%
G=39.95%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641638100.010.510.3659.2833.8848.04
HexA4A3510133243b2230
Octal244243121016344734260
Binary1010010010100011101000101110011100100111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A351; }

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

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

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

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

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

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

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

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