#AC9D40

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

Shades of Brass #AC9D40

Tints of Brass #AC9D40

Color information

#AC9D40 (or 0xAC9D40) is unknown color: approx Brass. HEX triplet: AC, 9D and 40. RGB value is (172,157,64). Sum of RGB (Red+Green+Blue) = 172+157+64=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D40 is #5362BF. Grayscale: #979797. Windows color (decimal): -5464768 or 4234668. OLE color: 4234668.

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

Color convert

RGB17215764-
CMYK00.090.630.33
HSL51.67º45.76%46.27%-
HSV(B)51.67º62.79%67.45%-
XYZ3033.259.69-
YUV150.8878.97143.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=43.77%
G=39.95%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721576400.090.630.3351.6745.7646.27
HexAC9D40093F21342e2e
Octal2542351000117741645656
Binary1010110010011101100000001001111111100001110100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D40; }

 p { color: rgb(172,157,64); }

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

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

 a { background-color: rgb(172,157,64); }

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

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

 span { border-color: rgb(172,157,64); }

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