#ACA641

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

Shades of Brass #ACA641

Tints of Brass #ACA641

Color information

#ACA641 (or 0xACA641) is unknown color: approx Brass. HEX triplet: AC, A6 and 41. RGB value is (172,166,65). Sum of RGB (Red+Green+Blue) = 172+166+65=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA641 is #5359BE. Grayscale: #9C9C9C. Windows color (decimal): -5462463 or 4302508. OLE color: 4302508.

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

Color convert

RGB17216665-
CMYK00.030.620.33
HSL56.64º45.15%46.47%-
HSV(B)56.64º62.21%67.45%-
XYZ31.636.4210.37-
YUV156.2876.49139.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 65 (25.78% from 255) = 16.13%
R=42.68%
G=41.19%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721666500.030.620.3356.6445.1546.47
HexACA641033E21392d2e
Octal254246101037641715556
Binary10101100101001101000001011111110100001111001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA641; }

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

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

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

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

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

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

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

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