#ACAB47

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

Shades of Brass #ACAB47

Tints of Brass #ACAB47

Color information

#ACAB47 (or 0xACAB47) is unknown color: approx Brass. HEX triplet: AC, AB and 47. RGB value is (172,171,71). Sum of RGB (Red+Green+Blue) = 172+171+71=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB47 is #5354B8. Grayscale: #A0A0A0. Windows color (decimal): -5461177 or 4697004. OLE color: 4697004.

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

Color convert

RGB17217171-
CMYK00.010.590.33
HSL59.41º41.56%47.65%-
HSV(B)59.41º58.72%67.45%-
XYZ32.7138.3511.64-
YUV159.977.83136.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 71 (28.12% from 255) = 17.15%
R=41.55%
G=41.30%
B=17.15%

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
Decimal1721717100.010.590.3359.4141.5647.65
HexACAB47013B213b2a30
Octal254253107017341735260
Binary1010110010101011100011101111011100001111011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB47; }

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

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

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

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

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

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

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

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