#ACA949

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

Shades of Brass #ACA949

Tints of Brass #ACA949

Color information

#ACA949 (or 0xACA949) is unknown color: approx Brass. HEX triplet: AC, A9 and 49. RGB value is (172,169,73). Sum of RGB (Red+Green+Blue) = 172+169+73=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA949 is #5356B6. Grayscale: #9F9F9F. Windows color (decimal): -5461687 or 4827564. OLE color: 4827564.

HSL color Cylindrical-coordinate representation of color #ACA949: hue angle of 58.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACA949 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17216973-
CMYK00.020.580.33
HSL58.18º40.41%48.04%-
HSV(B)58.18º57.56%67.45%-
XYZ32.437.6311.86-
YUV158.9579.49137.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 73 (28.91% from 255) = 17.63%
R=41.55%
G=40.82%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721697300.020.580.3358.1840.4148.04
HexACA949023A213a2830
Octal254251111027241725060
Binary10101100101010011001001010111010100001111010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA949; }

 p { color: rgb(172,169,73); }

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

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

 a { background-color: rgb(172,169,73); }

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

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

 span { border-color: rgb(172,169,73); }

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