#ACA839

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

Shades of Brass #ACA839

Tints of Brass #ACA839

Color information

#ACA839 (or 0xACA839) is unknown color: approx Brass. HEX triplet: AC, A8 and 39. RGB value is (172,168,57). Sum of RGB (Red+Green+Blue) = 172+168+57=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA839 is #5357C6. Grayscale: #9C9C9C. Windows color (decimal): -5461959 or 3778732. OLE color: 3778732.

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

Color convert

RGB17216857-
CMYK00.020.670.33
HSL57.91º50.22%44.9%-
HSV(B)57.91º66.86%67.45%-
XYZ31.7537.079.35-
YUV156.5471.83139.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 168 (66.02% from 255) = 42.32%
BLUE value IS 57 (22.66% from 255) = 14.36%
R=43.32%
G=42.32%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721685700.020.670.3357.9150.2244.9
HexACA8390243213a322d
Octal254250710210341726255
Binary10101100101010001110010101000011100001111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA839; }

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

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

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

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

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

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

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

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