#ACA94E

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

Shades of Brass #ACA94E

Tints of Brass #ACA94E

Color information

#ACA94E (or 0xACA94E) is unknown color: approx Brass. HEX triplet: AC, A9 and 4E. RGB value is (172,169,78). Sum of RGB (Red+Green+Blue) = 172+169+78=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA94E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA94E is #5356B1. Grayscale: #9F9F9F. Windows color (decimal): -5461682 or 5155244. OLE color: 5155244.

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

Color convert

RGB17216978-
CMYK00.020.550.33
HSL58.09º37.6%49.02%-
HSV(B)58.09º54.65%67.45%-
XYZ32.5837.712.77-
YUV159.5281.99136.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=41.05%
G=40.33%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721697800.020.550.3358.0937.649.02
HexACA94E0237213a2631
Octal254251116026741724661
Binary10101100101010011001110010110111100001111010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA94E; }

 p { color: rgb(172,169,78); }

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

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

 a { background-color: rgb(172,169,78); }

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

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

 span { border-color: rgb(172,169,78); }

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