#A7AC41

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

Shades of Brass #A7AC41

Tints of Brass #A7AC41

Color information

#A7AC41 (or 0xA7AC41) is unknown color: approx Brass. HEX triplet: A7, AC and 41. RGB value is (167,172,65). Sum of RGB (Red+Green+Blue) = 167+172+65=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AC41 is #5853BE. Grayscale: #9E9E9E. Windows color (decimal): -5788607 or 4304039. OLE color: 4304039.

HSL color Cylindrical-coordinate representation of color #A7AC41: hue angle of 62.8º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7AC41 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB16717265-
CMYK0.0300.620.33
HSL62.8º45.15%46.47%-
HSV(B)62.8º62.21%67.45%-
XYZ31.6438.110.69-
YUV158.3175.34134.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 65 (25.78% from 255) = 16.09%
R=41.34%
G=42.57%
B=16.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167172650.0300.620.3362.845.1546.47
HexA7AC41303E213f2d2e
Octal247254101307641775556
Binary10100111101011001000001110111110100001111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC41; }

 p { color: rgb(167,172,65); }

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

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

 a { background-color: rgb(167,172,65); }

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

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

 span { border-color: rgb(167,172,65); }

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