#AC9B3E

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

Shades of Brass #AC9B3E

Tints of Brass #AC9B3E

Color information

#AC9B3E (or 0xAC9B3E) is unknown color: approx Brass. HEX triplet: AC, 9B and 3E. RGB value is (172,155,62). Sum of RGB (Red+Green+Blue) = 172+155+62=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B3E is #5364C1. Grayscale: #959595. Windows color (decimal): -5465282 or 4103084. OLE color: 4103084.

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

Color convert

RGB17215562-
CMYK00.100.640.33
HSL50.73º47.01%45.88%-
HSV(B)50.73º63.95%67.45%-
XYZ29.632.569.28-
YUV149.4878.63144.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 62 (24.61% from 255) = 15.94%
R=44.22%
G=39.85%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721556200.100.640.3350.7347.0145.88
HexAC9B3E0A4021332f2e
Octal2542337601210041635756
Binary1010110010011011111110010101000000100001110011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B3E; }

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

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

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

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

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

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

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

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