#AC9B3C

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

Shades of Brass #AC9B3C

Tints of Brass #AC9B3C

Color information

#AC9B3C (or 0xAC9B3C) is unknown color: approx Brass. HEX triplet: AC, 9B and 3C. RGB value is (172,155,60). Sum of RGB (Red+Green+Blue) = 172+155+60=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B3C is #5364C3. Grayscale: #959595. Windows color (decimal): -5465284 or 3972012. OLE color: 3972012.

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

Color convert

RGB17215560-
CMYK00.100.650.33
HSL50.89º48.28%45.49%-
HSV(B)50.89º65.12%67.45%-
XYZ29.5532.549-
YUV149.2577.63144.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 155 (60.94% from 255) = 40.05%
BLUE value IS 60 (23.83% from 255) = 15.50%
R=44.44%
G=40.05%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721556000.100.650.3350.8948.2845.49
HexAC9B3C0A412133302d
Octal2542337401210141636055
Binary1010110010011011111100010101000001100001110011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B3C; }

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

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

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

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

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

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

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

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