#A7A551

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

Shades of Brass #A7A551

Tints of Brass #A7A551

Color information

#A7A551 (or 0xA7A551) is unknown color: approx Brass. HEX triplet: A7, A5 and 51. RGB value is (167,165,81). Sum of RGB (Red+Green+Blue) = 167+165+81=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A551 is #585AAE. Grayscale: #9C9C9C. Windows color (decimal): -5790383 or 5350823. OLE color: 5350823.

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

Color convert

RGB16716581-
CMYK00.010.510.35
HSL58.6º34.68%48.63%-
HSV(B)58.6º51.5%65.49%-
XYZ30.8835.7213.05-
YUV156.0285.66135.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 81 (32.03% from 255) = 19.61%
R=40.44%
G=39.95%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671658100.010.510.3558.634.6848.63
HexA7A5510133233b2331
Octal247245121016343734361
Binary1010011110100101101000101110011100011111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A551; }

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

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

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

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

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

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

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

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