#ACAD49

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

Shades of Brass #ACAD49

Tints of Brass #ACAD49

Color information

#ACAD49 (or 0xACAD49) is unknown color: approx Brass. HEX triplet: AC, AD and 49. RGB value is (172,173,73). Sum of RGB (Red+Green+Blue) = 172+173+73=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAD49 is #5352B6. Grayscale: #A1A1A1. Windows color (decimal): -5460663 or 4828588. OLE color: 4828588.

HSL color Cylindrical-coordinate representation of color #ACAD49: hue angle of 60.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACAD49 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB17217373-
CMYK0.0100.580.32
HSL60.6º40.65%48.24%-
HSV(B)60.6º57.8%67.84%-
XYZ33.1639.1412.11-
YUV161.378.17135.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 173 (67.97% from 255) = 41.39%
BLUE value IS 73 (28.91% from 255) = 17.46%
R=41.15%
G=41.39%
B=17.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172173730.0100.580.3260.640.6548.24
HexACAD49103A203d2930
Octal254255111107240755160
Binary1010110010101101100100110111010100000111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD49; }

 p { color: rgb(172,173,73); }

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

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

 a { background-color: rgb(172,173,73); }

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

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

 span { border-color: rgb(172,173,73); }

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