#ACB042

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

Shades of Brass #ACB042

Tints of Brass #ACB042

Color information

#ACB042 (or 0xACB042) is unknown color: approx Brass. HEX triplet: AC, B0 and 42. RGB value is (172,176,66). Sum of RGB (Red+Green+Blue) = 172+176+66=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB042 is #534FBD. Grayscale: #A2A2A2. Windows color (decimal): -5459902 or 4370604. OLE color: 4370604.

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

Color convert

RGB17217666-
CMYK0.0200.620.31
HSL62.18º45.45%47.45%-
HSV(B)62.18º62.5%69.02%-
XYZ33.5240.2111.15-
YUV162.2673.67134.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 176 (69.14% from 255) = 42.51%
BLUE value IS 66 (26.17% from 255) = 15.94%
R=41.55%
G=42.51%
B=15.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172176660.0200.620.3162.1845.4547.45
HexACB042203E1F3e2d2f
Octal254260102207637765557
Binary1010110010110000100001010011111011111111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB042; }

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

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

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

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

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

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

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

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