#ACAA44

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

Shades of Brass #ACAA44

Tints of Brass #ACAA44

Color information

#ACAA44 (or 0xACAA44) is unknown color: approx Brass. HEX triplet: AC, AA and 44. RGB value is (172,170,68). Sum of RGB (Red+Green+Blue) = 172+170+68=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA44 is #5355BB. Grayscale: #9F9F9F. Windows color (decimal): -5461436 or 4500140. OLE color: 4500140.

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

Color convert

RGB17217068-
CMYK00.010.600.33
HSL58.85º43.33%47.06%-
HSV(B)58.85º60.47%67.45%-
XYZ32.4337.9411.08-
YUV158.9776.66137.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 170 (66.80% from 255) = 41.46%
BLUE value IS 68 (26.95% from 255) = 16.59%
R=41.95%
G=41.46%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721706800.010.600.3358.8543.3347.06
HexACAA44013C213b2b2f
Octal254252104017441735357
Binary1010110010101010100010001111100100001111011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA44; }

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

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

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

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

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

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

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

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