#ACAC41

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

Shades of Brass #ACAC41

Tints of Brass #ACAC41

Color information

#ACAC41 (or 0xACAC41) is unknown color: approx Brass. HEX triplet: AC, AC and 41. RGB value is (172,172,65). Sum of RGB (Red+Green+Blue) = 172+172+65=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC41 is #5353BE. Grayscale: #A0A0A0. Windows color (decimal): -5460927 or 4304044. OLE color: 4304044.

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

Color convert

RGB17217265-
CMYK000.620.33
HSL60º45.15%46.47%-
HSV(B)60º62.21%67.45%-
XYZ32.7238.6610.74-
YUV159.874.5136.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=42.05%
G=42.05%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217265000.620.336045.1546.47
HexACAC41003E213c2d2e
Octal254254101007641745556
Binary1010110010101100100000100111110100001111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC41; }

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

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

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

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

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

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

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

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