#A7A147

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

Shades of Brass #A7A147

Tints of Brass #A7A147

Color information

#A7A147 (or 0xA7A147) is unknown color: approx Brass. HEX triplet: A7, A1 and 47. RGB value is (167,161,71). Sum of RGB (Red+Green+Blue) = 167+161+71=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A147 is #585EB8. Grayscale: #989898. Windows color (decimal): -5791417 or 4694439. OLE color: 4694439.

HSL color Cylindrical-coordinate representation of color #A7A147: hue angle of 56.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7A147 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16716171-
CMYK00.040.570.35
HSL56.25º40.34%46.67%-
HSV(B)56.25º57.49%65.49%-
XYZ29.8234.1610.98-
YUV152.5381.99138.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 71 (28.12% from 255) = 17.79%
R=41.85%
G=40.35%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671617100.040.570.3556.2540.3446.67
HexA7A14704392338282f
Octal247241107047143705057
Binary101001111010000110001110100111001100011111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A147; }

 p { color: rgb(167,161,71); }

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

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

 a { background-color: rgb(167,161,71); }

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

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

 span { border-color: rgb(167,161,71); }

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