#AC9F48

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

Shades of Brass #AC9F48

Tints of Brass #AC9F48

Color information

#AC9F48 (or 0xAC9F48) is unknown color: approx Brass. HEX triplet: AC, 9F and 48. RGB value is (172,159,72). Sum of RGB (Red+Green+Blue) = 172+159+72=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F48 is #5360B7. Grayscale: #999999. Windows color (decimal): -5464248 or 4759468. OLE color: 4759468.

HSL color Cylindrical-coordinate representation of color #AC9F48: hue angle of 52.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC9F48 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17215972-
CMYK00.080.580.33
HSL52.2º40.98%47.84%-
HSV(B)52.2º58.14%67.45%-
XYZ30.5834.0311.09-
YUV152.9782.31141.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 159 (62.5% from 255) = 39.45%
BLUE value IS 72 (28.52% from 255) = 17.87%
R=42.68%
G=39.45%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721597200.080.580.3352.240.9847.84
HexAC9F48083A21342930
Octal2542371100107241645160
Binary1010110010011111100100001000111010100001110100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F48; }

 p { color: rgb(172,159,72); }

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

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

 a { background-color: rgb(172,159,72); }

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

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

 span { border-color: rgb(172,159,72); }

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