#ACAA49

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

Shades of Brass #ACAA49

Tints of Brass #ACAA49

Color information

#ACAA49 (or 0xACAA49) is unknown color: approx Brass. HEX triplet: AC, AA and 49. RGB value is (172,170,73). Sum of RGB (Red+Green+Blue) = 172+170+73=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA49 is #5355B6. Grayscale: #9F9F9F. Windows color (decimal): -5461431 or 4827820. OLE color: 4827820.

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

Color convert

RGB17217073-
CMYK00.010.580.33
HSL58.79º40.41%48.04%-
HSV(B)58.79º57.56%67.45%-
XYZ32.593811.92-
YUV159.5479.16136.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 170 (66.80% from 255) = 40.96%
BLUE value IS 73 (28.91% from 255) = 17.59%
R=41.45%
G=40.96%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721707300.010.580.3358.7940.4148.04
HexACAA49013A213b2830
Octal254252111017241735060
Binary1010110010101010100100101111010100001111011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA49; }

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

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

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

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

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

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

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

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