#A7A251

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

Shades of Brass #A7A251

Tints of Brass #A7A251

Color information

#A7A251 (or 0xA7A251) is unknown color: approx Brass. HEX triplet: A7, A2 and 51. RGB value is (167,162,81). Sum of RGB (Red+Green+Blue) = 167+162+81=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A251 is #585DAE. Grayscale: #9A9A9A. Windows color (decimal): -5791151 or 5350055. OLE color: 5350055.

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

Color convert

RGB16716281-
CMYK00.030.510.35
HSL56.51º34.68%48.63%-
HSV(B)56.51º51.5%65.49%-
XYZ30.3434.6512.87-
YUV154.2686.66137.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.73%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 81 (32.03% from 255) = 19.76%
R=40.73%
G=39.51%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671628100.030.510.3556.5134.6848.63
HexA7A251033323392331
Octal247242121036343714361
Binary10100111101000101010001011110011100011111001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A251; }

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

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

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

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

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

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

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

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