#AC9E37

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

Shades of Brass #AC9E37

Tints of Brass #AC9E37

Color information

#AC9E37 (or 0xAC9E37) is unknown color: approx Brass. HEX triplet: AC, 9E and 37. RGB value is (172,158,55). Sum of RGB (Red+Green+Blue) = 172+158+55=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E37 is #5361C8. Grayscale: #969696. Windows color (decimal): -5464521 or 3645100. OLE color: 3645100.

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

Color convert

RGB17215855-
CMYK00.080.680.33
HSL52.82º51.54%44.51%-
HSV(B)52.82º68.02%67.45%-
XYZ29.9333.58.5-
YUV150.4474.14143.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 158 (62.11% from 255) = 41.04%
BLUE value IS 55 (21.88% from 255) = 14.29%
R=44.68%
G=41.04%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721585500.080.680.3352.8251.5444.51
HexAC9E3708442135342d
Octal2542366701010441656455
Binary1010110010011110110111010001000100100001110101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E37; }

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

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

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

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

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

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

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

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