#AC9D38

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

Shades of Brass #AC9D38

Tints of Brass #AC9D38

Color information

#AC9D38 (or 0xAC9D38) is unknown color: approx Brass. HEX triplet: AC, 9D and 38. RGB value is (172,157,56). Sum of RGB (Red+Green+Blue) = 172+157+56=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D38 is #5362C7. Grayscale: #969696. Windows color (decimal): -5464776 or 3710380. OLE color: 3710380.

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

Color convert

RGB17215756-
CMYK00.090.670.33
HSL52.24º50.88%44.71%-
HSV(B)52.24º67.44%67.45%-
XYZ29.7833.178.57-
YUV149.9774.97143.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 157 (61.72% from 255) = 40.78%
BLUE value IS 56 (22.27% from 255) = 14.55%
R=44.68%
G=40.78%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721575600.090.670.3352.2450.8844.71
HexAC9D3809432134332d
Octal2542357001110341646355
Binary1010110010011101111000010011000011100001110100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D38; }

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

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

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

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

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

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

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

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