#ACA13B

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

Shades of Brass #ACA13B

Tints of Brass #ACA13B

Color information

#ACA13B (or 0xACA13B) is unknown color: approx Brass. HEX triplet: AC, A1 and 3B. RGB value is (172,161,59). Sum of RGB (Red+Green+Blue) = 172+161+59=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA13B is #535EC4. Grayscale: #999999. Windows color (decimal): -5463749 or 3908012. OLE color: 3908012.

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

Color convert

RGB17216159-
CMYK00.060.660.33
HSL54.16º48.92%45.29%-
HSV(B)54.16º65.7%67.45%-
XYZ30.5534.589.2-
YUV152.6675.14141.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 161 (63.28% from 255) = 41.07%
BLUE value IS 59 (23.44% from 255) = 15.05%
R=43.88%
G=41.07%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721615900.060.660.3354.1648.9245.29
HexACA13B06422136312d
Octal254241730610241666155
Binary101011001010000111101101101000010100001110110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA13B; }

 p { color: rgb(172,161,59); }

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

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

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

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

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

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

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