#ACA546

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

Shades of Brass #ACA546

Tints of Brass #ACA546

Color information

#ACA546 (or 0xACA546) is unknown color: approx Brass. HEX triplet: AC, A5 and 46. RGB value is (172,165,70). Sum of RGB (Red+Green+Blue) = 172+165+70=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA546 is #535AB9. Grayscale: #9C9C9C. Windows color (decimal): -5462714 or 4629932. OLE color: 4629932.

HSL color Cylindrical-coordinate representation of color #ACA546: hue angle of 55.88º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACA546 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17216570-
CMYK00.040.590.33
HSL55.88º42.15%47.45%-
HSV(B)55.88º59.3%67.45%-
XYZ31.5736.1211.1-
YUV156.2679.32139.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=42.26%
G=40.54%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721657000.040.590.3355.8842.1547.45
HexACA546043B21382a2f
Octal254245106047341705257
Binary101011001010010110001100100111011100001111000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA546; }

 p { color: rgb(172,165,70); }

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

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

 a { background-color: rgb(172,165,70); }

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

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

 span { border-color: rgb(172,165,70); }

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