#AC9E3C

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

Shades of Brass #AC9E3C

Tints of Brass #AC9E3C

Color information

#AC9E3C (or 0xAC9E3C) is unknown color: approx Brass. HEX triplet: AC, 9E and 3C. RGB value is (172,158,60). Sum of RGB (Red+Green+Blue) = 172+158+60=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E3C is #5361C3. Grayscale: #979797. Windows color (decimal): -5464516 or 3972780. OLE color: 3972780.

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

Color convert

RGB17215860-
CMYK00.080.650.33
HSL52.5º48.28%45.49%-
HSV(B)52.5º65.12%67.45%-
XYZ30.0633.559.17-
YUV151.0176.64142.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 60 (23.83% from 255) = 15.38%
R=44.10%
G=40.51%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721586000.080.650.3352.548.2845.49
HexAC9E3C08412134302d
Octal2542367401010141646055
Binary1010110010011110111100010001000001100001110100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E3C; }

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

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

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

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

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

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

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

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