#ACA44F

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

Shades of Brass #ACA44F

Tints of Brass #ACA44F

Color information

#ACA44F (or 0xACA44F) is unknown color: approx Brass. HEX triplet: AC, A4 and 4F. RGB value is (172,164,79). Sum of RGB (Red+Green+Blue) = 172+164+79=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA44F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA44F is #535BB0. Grayscale: #9D9D9D. Windows color (decimal): -5462961 or 5219500. OLE color: 5219500.

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

Color convert

RGB17216479-
CMYK00.050.540.33
HSL54.84º37.05%49.22%-
HSV(B)54.84º54.07%67.45%-
XYZ31.735.8912.65-
YUV156.784.15138.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=41.45%
G=39.52%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721647900.050.540.3354.8437.0549.22
HexACA44F053621372531
Octal254244117056641674561
Binary101011001010010010011110101110110100001110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA44F; }

 p { color: rgb(172,164,79); }

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

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

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

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

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

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

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