#AC9F33

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

Shades of Brass #AC9F33

Tints of Brass #AC9F33

Color information

#AC9F33 (or 0xAC9F33) is unknown color: approx Brass. HEX triplet: AC, 9F and 33. RGB value is (172,159,51). Sum of RGB (Red+Green+Blue) = 172+159+51=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F33 is #5360CC. Grayscale: #979797. Windows color (decimal): -5464269 or 3383212. OLE color: 3383212.

HSL color Cylindrical-coordinate representation of color #AC9F33: hue angle of 53.55º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC9F33 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17215951-
CMYK00.080.700.33
HSL53.55º54.26%43.73%-
HSV(B)53.55º70.35%67.45%-
XYZ30.0133.818.08-
YUV150.5771.81143.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 159 (62.5% from 255) = 41.62%
BLUE value IS 51 (20.31% from 255) = 13.35%
R=45.03%
G=41.62%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721595100.080.700.3353.5554.2643.73
HexAC9F3308462136362c
Octal2542376301010641666654
Binary1010110010011111110011010001000110100001110110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F33; }

 p { color: rgb(172,159,51); }

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

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

 a { background-color: rgb(172,159,51); }

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

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

 span { border-color: rgb(172,159,51); }

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