#ACA846

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

Shades of Brass #ACA846

Tints of Brass #ACA846

Color information

#ACA846 (or 0xACA846) is unknown color: approx Brass. HEX triplet: AC, A8 and 46. RGB value is (172,168,70). Sum of RGB (Red+Green+Blue) = 172+168+70=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA846 is #5357B9. Grayscale: #9E9E9E. Windows color (decimal): -5461946 or 4630700. OLE color: 4630700.

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

Color convert

RGB17216870-
CMYK00.020.590.33
HSL57.65º42.15%47.45%-
HSV(B)57.65º59.3%67.45%-
XYZ32.1237.2211.29-
YUV158.0278.33137.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 168 (66.02% from 255) = 40.98%
BLUE value IS 70 (27.73% from 255) = 17.07%
R=41.95%
G=40.98%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721687000.020.590.3357.6542.1547.45
HexACA846023B213a2a2f
Octal254250106027341725257
Binary10101100101010001000110010111011100001111010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA846; }

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

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

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

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

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

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

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

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