#ACAD44

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

Shades of Brass #ACAD44

Tints of Brass #ACAD44

Color information

#ACAD44 (or 0xACAD44) is unknown color: approx Brass. HEX triplet: AC, AD and 44. RGB value is (172,173,68). Sum of RGB (Red+Green+Blue) = 172+173+68=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAD44 is #5352BB. Grayscale: #A1A1A1. Windows color (decimal): -5460668 or 4500908. OLE color: 4500908.

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

Color convert

RGB17217368-
CMYK0.0100.610.32
HSL60.57º43.57%47.25%-
HSV(B)60.57º60.69%67.84%-
XYZ3339.0811.27-
YUV160.7375.67136.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 173 (67.97% from 255) = 41.89%
BLUE value IS 68 (26.95% from 255) = 16.46%
R=41.65%
G=41.89%
B=16.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172173680.0100.610.3260.5743.5747.25
HexACAD44103D203d2c2f
Octal254255104107540755457
Binary1010110010101101100010010111101100000111101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD44; }

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

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

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

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

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

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

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

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