#AC9E3E

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

Shades of Brass #AC9E3E

Tints of Brass #AC9E3E

Color information

#AC9E3E (or 0xAC9E3E) is unknown color: approx Brass. HEX triplet: AC, 9E and 3E. RGB value is (172,158,62). Sum of RGB (Red+Green+Blue) = 172+158+62=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E3E is #5361C1. Grayscale: #979797. Windows color (decimal): -5464514 or 4103852. OLE color: 4103852.

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

Color convert

RGB17215862-
CMYK00.080.640.33
HSL52.36º47.01%45.88%-
HSV(B)52.36º63.95%67.45%-
XYZ30.1133.579.45-
YUV151.2477.64142.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 158 (62.11% from 255) = 40.31%
BLUE value IS 62 (24.61% from 255) = 15.82%
R=43.88%
G=40.31%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721586200.080.640.3352.3647.0145.88
HexAC9E3E084021342f2e
Octal2542367601010041645756
Binary1010110010011110111110010001000000100001110100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E3E; }

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

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

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

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

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

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

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

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