#ACA747

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

Shades of Brass #ACA747

Tints of Brass #ACA747

Color information

#ACA747 (or 0xACA747) is unknown color: approx Brass. HEX triplet: AC, A7 and 47. RGB value is (172,167,71). Sum of RGB (Red+Green+Blue) = 172+167+71=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA747 is #5358B8. Grayscale: #9D9D9D. Windows color (decimal): -5462201 or 4695980. OLE color: 4695980.

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

Color convert

RGB17216771-
CMYK00.030.590.33
HSL57.03º41.56%47.65%-
HSV(B)57.03º58.72%67.45%-
XYZ31.9736.8611.39-
YUV157.5579.16138.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 167 (65.62% from 255) = 40.73%
BLUE value IS 71 (28.12% from 255) = 17.32%
R=41.95%
G=40.73%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721677100.030.590.3357.0341.5647.65
HexACA747033B21392a30
Octal254247107037341715260
Binary10101100101001111000111011111011100001111001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA747; }

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

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

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

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

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

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

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

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