#ACAA39

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

Shades of Brass #ACAA39

Tints of Brass #ACAA39

Color information

#ACAA39 (or 0xACAA39) is unknown color: approx Brass. HEX triplet: AC, AA and 39. RGB value is (172,170,57). Sum of RGB (Red+Green+Blue) = 172+170+57=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA39 is #5355C6. Grayscale: #9E9E9E. Windows color (decimal): -5461447 or 3779244. OLE color: 3779244.

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

Color convert

RGB17217057-
CMYK00.010.670.33
HSL58.96º50.22%44.9%-
HSV(B)58.96º66.86%67.45%-
XYZ32.1337.829.48-
YUV157.7271.16138.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 57 (22.66% from 255) = 14.29%
R=43.11%
G=42.61%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721705700.010.670.3358.9650.2244.9
HexACAA390143213b322d
Octal254252710110341736255
Binary1010110010101010111001011000011100001111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA39; }

 p { color: rgb(172,170,57); }

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

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

 a { background-color: rgb(172,170,57); }

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

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

 span { border-color: rgb(172,170,57); }

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