#aca541

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

Shades of Brass #ACA541

Tints of Brass #ACA541

Color information

#ACA541 (or 0xACA541) is unknown color: approx Brass. HEX triplet: AC, A5 and 41. RGB value is (172,165,65). Sum of RGB (Red+Green+Blue) = 172+165+65=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA541 is #535ABE. Grayscale: #9C9C9C. Windows color (decimal): -5462719 or 4302252. OLE color: 4302252.

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

Color convert

RGB17216565-
CMYK00.040.620.33
HSL56.07º45.15%46.47%-
HSV(B)56.07º62.21%67.45%-
XYZ31.4236.0610.31-
YUV155.6976.82139.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 65 (25.78% from 255) = 16.17%
R=42.79%
G=41.04%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721656500.040.620.3356.0745.1546.47
HexACA541043E21382d2e
Octal254245101047641705556
Binary101011001010010110000010100111110100001111000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aca541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aca541; }

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

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

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

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

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

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

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

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