#A7AC4A

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

Shades of Brass #A7AC4A

Tints of Brass #A7AC4A

Color information

#A7AC4A (or 0xA7AC4A) is unknown color: approx Brass. HEX triplet: A7, AC and 4A. RGB value is (167,172,74). Sum of RGB (Red+Green+Blue) = 167+172+74=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AC4A is #5853B5. Grayscale: #9F9F9F. Windows color (decimal): -5788598 or 4893863. OLE color: 4893863.

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

Color convert

RGB16717274-
CMYK0.0300.570.33
HSL63.06º39.84%48.24%-
HSV(B)63.06º56.98%67.45%-
XYZ31.9238.2112.17-
YUV159.3379.84133.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 74 (29.30% from 255) = 17.92%
R=40.44%
G=41.65%
B=17.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167172740.0300.570.3363.0639.8448.24
HexA7AC4A3039213f2830
Octal247254112307141775060
Binary10100111101011001001010110111001100001111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC4A; }

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

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

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

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

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

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

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

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