#AC9E41

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

Shades of Brass #AC9E41

Tints of Brass #AC9E41

Color information

#AC9E41 (or 0xAC9E41) is unknown color: approx Brass. HEX triplet: AC, 9E and 41. RGB value is (172,158,65). Sum of RGB (Red+Green+Blue) = 172+158+65=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E41 is #5361BE. Grayscale: #979797. Windows color (decimal): -5464511 or 4300460. OLE color: 4300460.

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

Color convert

RGB17215865-
CMYK00.080.620.33
HSL52.15º45.15%46.47%-
HSV(B)52.15º62.21%67.45%-
XYZ30.1933.619.9-
YUV151.5879.14142.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 65 (25.78% from 255) = 16.46%
R=43.54%
G=40%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721586500.080.620.3352.1545.1546.47
HexAC9E41083E21342d2e
Octal2542361010107641645556
Binary1010110010011110100000101000111110100001110100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E41; }

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

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

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

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

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

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

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

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