#AC9D35

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

Shades of Brass #AC9D35

Tints of Brass #AC9D35

Color information

#AC9D35 (or 0xAC9D35) is unknown color: approx Brass. HEX triplet: AC, 9D and 35. RGB value is (172,157,53). Sum of RGB (Red+Green+Blue) = 172+157+53=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D35 is #5362CA. Grayscale: #969696. Windows color (decimal): -5464779 or 3513772. OLE color: 3513772.

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

Color convert

RGB17215753-
CMYK00.090.690.33
HSL52.44º52.89%44.12%-
HSV(B)52.44º69.19%67.45%-
XYZ29.7133.148.2-
YUV149.6373.47143.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 157 (61.72% from 255) = 41.10%
BLUE value IS 53 (21.09% from 255) = 13.87%
R=45.03%
G=41.10%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721575300.090.690.3352.4452.8944.12
HexAC9D3509452134352c
Octal2542356501110541646554
Binary1010110010011101110101010011000101100001110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D35; }

 p { color: rgb(172,157,53); }

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

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

 a { background-color: rgb(172,157,53); }

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

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

 span { border-color: rgb(172,157,53); }

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