#ACA947

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

Shades of Brass #ACA947

Tints of Brass #ACA947

Color information

#ACA947 (or 0xACA947) is unknown color: approx Brass. HEX triplet: AC, A9 and 47. RGB value is (172,169,71). Sum of RGB (Red+Green+Blue) = 172+169+71=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA947 is #5356B8. Grayscale: #9F9F9F. Windows color (decimal): -5461689 or 4696492. OLE color: 4696492.

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

Color convert

RGB17216971-
CMYK00.020.590.33
HSL58.22º41.56%47.65%-
HSV(B)58.22º58.72%67.45%-
XYZ32.3437.611.51-
YUV158.7278.49137.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 71 (28.12% from 255) = 17.23%
R=41.75%
G=41.02%
B=17.23%

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
Decimal1721697100.020.590.3358.2241.5647.65
HexACA947023B213a2a30
Octal254251107027341725260
Binary10101100101010011000111010111011100001111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA947; }

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

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

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

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

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

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

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

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