#ACA047

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

Shades of Brass #ACA047

Tints of Brass #ACA047

Color information

#ACA047 (or 0xACA047) is unknown color: approx Brass. HEX triplet: AC, A0 and 47. RGB value is (172,160,71). Sum of RGB (Red+Green+Blue) = 172+160+71=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA047 is #535FB8. Grayscale: #999999. Windows color (decimal): -5463993 or 4694188. OLE color: 4694188.

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

Color convert

RGB17216071-
CMYK00.070.590.33
HSL52.87º41.56%47.65%-
HSV(B)52.87º58.72%67.45%-
XYZ30.7234.3710.98-
YUV153.4481.48141.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 160 (62.89% from 255) = 39.70%
BLUE value IS 71 (28.12% from 255) = 17.62%
R=42.68%
G=39.70%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721607100.070.590.3352.8741.5647.65
HexACA047073B21352a30
Octal254240107077341655260
Binary101011001010000010001110111111011100001110101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA047; }

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

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

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

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

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

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

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

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