#ACAA47

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

Shades of Brass #ACAA47

Tints of Brass #ACAA47

Color information

#ACAA47 (or 0xACAA47) is unknown color: approx Brass. HEX triplet: AC, AA and 47. RGB value is (172,170,71). Sum of RGB (Red+Green+Blue) = 172+170+71=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA47 is #5355B8. Grayscale: #9F9F9F. Windows color (decimal): -5461433 or 4696748. OLE color: 4696748.

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

Color convert

RGB17217071-
CMYK00.010.590.33
HSL58.81º41.56%47.65%-
HSV(B)58.81º58.72%67.45%-
XYZ32.5337.9811.58-
YUV159.3178.16137.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 71 (28.12% from 255) = 17.19%
R=41.65%
G=41.16%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721707100.010.590.3358.8141.5647.65
HexACAA47013B213b2a30
Octal254252107017341735260
Binary1010110010101010100011101111011100001111011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA47; }

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

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

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

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

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

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

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

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