#ACA540

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

Shades of Brass #ACA540

Tints of Brass #ACA540

Color information

#ACA540 (or 0xACA540) is unknown color: approx Brass. HEX triplet: AC, A5 and 40. RGB value is (172,165,64). Sum of RGB (Red+Green+Blue) = 172+165+64=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA540 is #535ABF. Grayscale: #9B9B9B. Windows color (decimal): -5462720 or 4236716. OLE color: 4236716.

HSL color Cylindrical-coordinate representation of color #ACA540: hue angle of 56.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACA540 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17216564-
CMYK00.040.630.33
HSL56.11º45.76%46.27%-
HSV(B)56.11º62.79%67.45%-
XYZ31.3936.0510.15-
YUV155.5876.32139.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=42.89%
G=41.15%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721656400.040.630.3356.1145.7646.27
HexACA540043F21382e2e
Octal254245100047741705656
Binary101011001010010110000000100111111100001111000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA540; }

 p { color: rgb(172,165,64); }

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

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

 a { background-color: rgb(172,165,64); }

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

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

 span { border-color: rgb(172,165,64); }

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