#ACA046

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

Shades of Brass #ACA046

Tints of Brass #ACA046

Color information

#ACA046 (or 0xACA046) is unknown color: approx Brass. HEX triplet: AC, A0 and 46. RGB value is (172,160,70). Sum of RGB (Red+Green+Blue) = 172+160+70=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA046 is #535FB9. Grayscale: #999999. Windows color (decimal): -5463994 or 4628652. OLE color: 4628652.

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

Color convert

RGB17216070-
CMYK00.070.590.33
HSL52.94º42.15%47.45%-
HSV(B)52.94º59.3%67.45%-
XYZ30.6934.3510.81-
YUV153.3380.98141.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 160 (62.89% from 255) = 39.80%
BLUE value IS 70 (27.73% from 255) = 17.41%
R=42.79%
G=39.80%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721607000.070.590.3352.9442.1547.45
HexACA046073B21352a2f
Octal254240106077341655257
Binary101011001010000010001100111111011100001110101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA046; }

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

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

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

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

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

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

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

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