#ACAA3D

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

Shades of Brass #ACAA3D

Tints of Brass #ACAA3D

Color information

#ACAA3D (or 0xACAA3D) is unknown color: approx Brass. HEX triplet: AC, AA and 3D. RGB value is (172,170,61). Sum of RGB (Red+Green+Blue) = 172+170+61=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA3D is #5355C2. Grayscale: #9E9E9E. Windows color (decimal): -5461443 or 4041388. OLE color: 4041388.

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

Color convert

RGB17217061-
CMYK00.010.650.33
HSL58.92º47.64%45.69%-
HSV(B)58.92º64.53%67.45%-
XYZ32.2337.8610.02-
YUV158.1773.16137.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 61 (24.22% from 255) = 15.14%
R=42.68%
G=42.18%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721706100.010.650.3358.9247.6445.69
HexACAA3D0141213b302e
Octal254252750110141736056
Binary1010110010101010111101011000001100001111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA3D; }

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

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

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

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

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

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

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

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