#AC9B40

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

Shades of Brass #AC9B40

Tints of Brass #AC9B40

Color information

#AC9B40 (or 0xAC9B40) is unknown color: approx Brass. HEX triplet: AC, 9B and 40. RGB value is (172,155,64). Sum of RGB (Red+Green+Blue) = 172+155+64=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B40 is #5364BF. Grayscale: #969696. Windows color (decimal): -5465280 or 4234156. OLE color: 4234156.

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

Color convert

RGB17215564-
CMYK00.100.630.33
HSL50.56º45.76%46.27%-
HSV(B)50.56º62.79%67.45%-
XYZ29.6632.589.58-
YUV149.7179.63143.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 155 (60.94% from 255) = 39.64%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=43.99%
G=39.64%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721556400.100.630.3350.5645.7646.27
HexAC9B400A3F21332e2e
Octal2542331000127741635656
Binary1010110010011011100000001010111111100001110011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B40; }

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

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

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

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

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

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

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

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