#A7A451

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

Shades of Brass #A7A451

Tints of Brass #A7A451

Color information

#A7A451 (or 0xA7A451) is unknown color: approx Brass. HEX triplet: A7, A4 and 51. RGB value is (167,164,81). Sum of RGB (Red+Green+Blue) = 167+164+81=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A451 is #585BAE. Grayscale: #9B9B9B. Windows color (decimal): -5790639 or 5350567. OLE color: 5350567.

HSL color Cylindrical-coordinate representation of color #A7A451: hue angle of 57.91º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7A451 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16716481-
CMYK00.020.510.35
HSL57.91º34.68%48.63%-
HSV(B)57.91º51.5%65.49%-
XYZ30.735.3612.99-
YUV155.4485.99136.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=40.53%
G=39.81%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671648100.020.510.3557.9134.6848.63
HexA7A4510233233a2331
Octal247244121026343724361
Binary10100111101001001010001010110011100011111010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A451; }

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

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

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

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

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

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

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

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