#ACA447

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

Shades of Brass #ACA447

Tints of Brass #ACA447

Color information

#ACA447 (or 0xACA447) is unknown color: approx Brass. HEX triplet: AC, A4 and 47. RGB value is (172,164,71). Sum of RGB (Red+Green+Blue) = 172+164+71=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA447 is #535BB8. Grayscale: #9C9C9C. Windows color (decimal): -5462969 or 4695212. OLE color: 4695212.

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

Color convert

RGB17216471-
CMYK00.050.590.33
HSL55.25º41.56%47.65%-
HSV(B)55.25º58.72%67.45%-
XYZ31.4335.7811.21-
YUV155.7980.15139.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 71 (28.12% from 255) = 17.44%
R=42.26%
G=40.29%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721647100.050.590.3355.2541.5647.65
HexACA447053B21372a30
Octal254244107057341675260
Binary101011001010010010001110101111011100001110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA447; }

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

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

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

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

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

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

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

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