#ACA847

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

Shades of Brass #ACA847

Tints of Brass #ACA847

Color information

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

HSL color Cylindrical-coordinate representation of color #ACA847: hue angle of 57.62º 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 #ACA847 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17216871-
CMYK00.020.590.33
HSL57.62º41.56%47.65%-
HSV(B)57.62º58.72%67.45%-
XYZ32.1537.2311.45-
YUV158.1478.83137.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721687100.020.590.3357.6241.5647.65
HexACA847023B213a2a30
Octal254250107027341725260
Binary10101100101010001000111010111011100001111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA847; }

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

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

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

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

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

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

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

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