#aca131

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

Shades of Brass #ACA131

Tints of Brass #ACA131

Color information

#ACA131 (or 0xACA131) is unknown color: approx Brass. HEX triplet: AC, A1 and 31. RGB value is (172,161,49). Sum of RGB (Red+Green+Blue) = 172+161+49=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA131 is #535ECE. Grayscale: #979797. Windows color (decimal): -5463759 or 3252652. OLE color: 3252652.

HSL color Cylindrical-coordinate representation of color #ACA131: hue angle of 54.63º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACA131 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17216149-
CMYK00.060.720.33
HSL54.63º55.66%43.33%-
HSV(B)54.63º71.51%67.45%-
XYZ30.3134.487.96-
YUV151.5270.14142.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 161 (63.28% from 255) = 42.15%
BLUE value IS 49 (19.53% from 255) = 12.83%
R=45.03%
G=42.15%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721614900.060.720.3354.6355.6643.33
HexACA13106482137382b
Octal254241610611041677053
Binary101011001010000111000101101001000100001110111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aca131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aca131; }

 p { color: rgb(172,161,49); }

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

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

 a { background-color: rgb(172,161,49); }

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

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

 span { border-color: rgb(172,161,49); }

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