#AC9C3A

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

Shades of Brass #AC9C3A

Tints of Brass #AC9C3A

Color information

#AC9C3A (or 0xAC9C3A) is unknown color: approx Brass. HEX triplet: AC, 9C and 3A. RGB value is (172,156,58). Sum of RGB (Red+Green+Blue) = 172+156+58=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C3A is #5363C5. Grayscale: #969696. Windows color (decimal): -5465030 or 3841196. OLE color: 3841196.

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

Color convert

RGB17215658-
CMYK00.090.660.33
HSL51.58º49.57%45.1%-
HSV(B)51.58º66.28%67.45%-
XYZ29.6732.858.78-
YUV149.6176.3143.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 58 (23.05% from 255) = 15.03%
R=44.56%
G=40.41%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721565800.090.660.3351.5849.5745.1
HexAC9C3A09422134322d
Octal2542347201110241646255
Binary1010110010011100111010010011000010100001110100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C3A; }

 p { color: rgb(172,156,58); }

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

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

 a { background-color: rgb(172,156,58); }

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

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

 span { border-color: rgb(172,156,58); }

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