#ACAC4C

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

Shades of Brass #ACAC4C

Tints of Brass #ACAC4C

Color information

#ACAC4C (or 0xACAC4C) is unknown color: approx Brass. HEX triplet: AC, AC and 4C. RGB value is (172,172,76). Sum of RGB (Red+Green+Blue) = 172+172+76=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC4C is #5353B3. Grayscale: #A1A1A1. Windows color (decimal): -5460916 or 5024940. OLE color: 5024940.

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

Color convert

RGB17217276-
CMYK000.560.33
HSL60º38.71%48.63%-
HSV(B)60º55.81%67.45%-
XYZ33.0738.812.58-
YUV161.0680135.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 76 (30.08% from 255) = 18.10%
R=40.95%
G=40.95%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217276000.560.336038.7148.63
HexACAC4C0038213c2731
Octal254254114007041744761
Binary1010110010101100100110000111000100001111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC4C; }

 p { color: rgb(172,172,76); }

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

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

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

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

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

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

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