#ACA741

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

Shades of Brass #ACA741

Tints of Brass #ACA741

Color information

#ACA741 (or 0xACA741) is unknown color: approx Brass. HEX triplet: AC, A7 and 41. RGB value is (172,167,65). Sum of RGB (Red+Green+Blue) = 172+167+65=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA741 is #5358BE. Grayscale: #9D9D9D. Windows color (decimal): -5462207 or 4302764. OLE color: 4302764.

HSL color Cylindrical-coordinate representation of color #ACA741: hue angle of 57.2º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACA741 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17216765-
CMYK00.030.620.33
HSL57.2º45.15%46.47%-
HSV(B)57.2º62.21%67.45%-
XYZ31.7936.7910.43-
YUV156.8776.16138.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 167 (65.62% from 255) = 41.34%
BLUE value IS 65 (25.78% from 255) = 16.09%
R=42.57%
G=41.34%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721676500.030.620.3357.245.1546.47
HexACA741033E21392d2e
Octal254247101037641715556
Binary10101100101001111000001011111110100001111001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA741; }

 p { color: rgb(172,167,65); }

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

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

 a { background-color: rgb(172,167,65); }

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

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

 span { border-color: rgb(172,167,65); }

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