#ACA840

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

Shades of Brass #ACA840

Tints of Brass #ACA840

Color information

#ACA840 (or 0xACA840) is unknown color: approx Brass. HEX triplet: AC, A8 and 40. RGB value is (172,168,64). Sum of RGB (Red+Green+Blue) = 172+168+64=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA840 is #5357BF. Grayscale: #9D9D9D. Windows color (decimal): -5461952 or 4237484. OLE color: 4237484.

HSL color Cylindrical-coordinate representation of color #ACA840: hue angle of 57.78º 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 #ACA840 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17216864-
CMYK00.020.630.33
HSL57.78º45.76%46.27%-
HSV(B)57.78º62.79%67.45%-
XYZ31.9437.1510.34-
YUV157.3475.33138.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 168 (66.02% from 255) = 41.58%
BLUE value IS 64 (25.39% from 255) = 15.84%
R=42.57%
G=41.58%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721686400.020.630.3357.7845.7646.27
HexACA840023F213a2e2e
Octal254250100027741725656
Binary10101100101010001000000010111111100001111010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA840; }

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

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

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

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

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

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

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

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