#ACA13C

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

Shades of Brass #ACA13C

Tints of Brass #ACA13C

Color information

#ACA13C (or 0xACA13C) is unknown color: approx Brass. HEX triplet: AC, A1 and 3C. RGB value is (172,161,60). Sum of RGB (Red+Green+Blue) = 172+161+60=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA13C is #535EC3. Grayscale: #999999. Windows color (decimal): -5463748 or 3973548. OLE color: 3973548.

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

Color convert

RGB17216160-
CMYK00.060.650.33
HSL54.11º48.28%45.49%-
HSV(B)54.11º65.12%67.45%-
XYZ30.5734.599.34-
YUV152.7875.64141.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 161 (63.28% from 255) = 40.97%
BLUE value IS 60 (23.83% from 255) = 15.27%
R=43.77%
G=40.97%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721616000.060.650.3354.1148.2845.49
HexACA13C06412136302d
Octal254241740610141666055
Binary101011001010000111110001101000001100001110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA13C; }

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

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

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

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

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

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

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

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