#A8AC47

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

Shades of Brass #A8AC47

Tints of Brass #A8AC47

Color information

#A8AC47 (or 0xA8AC47) is unknown color: approx Brass. HEX triplet: A8, AC and 47. RGB value is (168,172,71). Sum of RGB (Red+Green+Blue) = 168+172+71=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC47 is #5753B8. Grayscale: #9F9F9F. Windows color (decimal): -5723065 or 4697256. OLE color: 4697256.

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

Color convert

RGB16817271-
CMYK0.0200.590.33
HSL62.38º41.56%47.65%-
HSV(B)62.38º58.72%67.45%-
XYZ32.0438.2811.66-
YUV159.2978.17134.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 71 (28.12% from 255) = 17.27%
R=40.88%
G=41.85%
B=17.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168172710.0200.590.3362.3841.5647.65
HexA8AC47203B213e2a30
Octal250254107207341765260
Binary10101000101011001000111100111011100001111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC47; }

 p { color: rgb(168,172,71); }

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

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

 a { background-color: rgb(168,172,71); }

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

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

 span { border-color: rgb(168,172,71); }

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