#ACB041

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

Shades of Brass #ACB041

Tints of Brass #ACB041

Color information

#ACB041 (or 0xACB041) is unknown color: approx Brass. HEX triplet: AC, B0 and 41. RGB value is (172,176,65). Sum of RGB (Red+Green+Blue) = 172+176+65=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB041 is #534FBE. Grayscale: #A2A2A2. Windows color (decimal): -5459903 or 4305068. OLE color: 4305068.

HSL color Cylindrical-coordinate representation of color #ACB041: hue angle of 62.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACB041 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17217665-
CMYK0.0200.630.31
HSL62.16º46.06%47.25%-
HSV(B)62.16º63.07%69.02%-
XYZ33.4940.211-
YUV162.1573.17135.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 176 (69.14% from 255) = 42.62%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=41.65%
G=42.62%
B=15.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172176650.0200.630.3162.1646.0647.25
HexACB041203F1F3e2e2f
Octal254260101207737765657
Binary1010110010110000100000110011111111111111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB041; }

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

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

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

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

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

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

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

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