#ACA241

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

Shades of Brass #ACA241

Tints of Brass #ACA241

Color information

#ACA241 (or 0xACA241) is unknown color: approx Brass. HEX triplet: AC, A2 and 41. RGB value is (172,162,65). Sum of RGB (Red+Green+Blue) = 172+162+65=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA241 is #535DBE. Grayscale: #9A9A9A. Windows color (decimal): -5463487 or 4301484. OLE color: 4301484.

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

Color convert

RGB17216265-
CMYK00.060.620.33
HSL54.39º45.15%46.47%-
HSV(B)54.39º62.21%67.45%-
XYZ30.8934.9910.13-
YUV153.9377.81140.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 65 (25.78% from 255) = 16.29%
R=43.11%
G=40.60%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721626500.060.620.3354.3945.1546.47
HexACA241063E21362d2e
Octal254242101067641665556
Binary101011001010001010000010110111110100001110110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA241; }

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

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

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

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

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

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

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

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