#ACA446

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

Shades of Brass #ACA446

Tints of Brass #ACA446

Color information

#ACA446 (or 0xACA446) is unknown color: approx Brass. HEX triplet: AC, A4 and 46. RGB value is (172,164,70). Sum of RGB (Red+Green+Blue) = 172+164+70=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA446 is #535BB9. Grayscale: #9C9C9C. Windows color (decimal): -5462970 or 4629676. OLE color: 4629676.

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

Color convert

RGB17216470-
CMYK00.050.590.33
HSL55.29º42.15%47.45%-
HSV(B)55.29º59.3%67.45%-
XYZ31.3935.7611.04-
YUV155.6879.65139.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=42.36%
G=40.39%
B=17.24%

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
Decimal1721647000.050.590.3355.2942.1547.45
HexACA446053B21372a2f
Octal254244106057341675257
Binary101011001010010010001100101111011100001110111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA446; }

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

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

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

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

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

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

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

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