#ACA544

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

Shades of Brass #ACA544

Tints of Brass #ACA544

Color information

#ACA544 (or 0xACA544) is unknown color: approx Brass. HEX triplet: AC, A5 and 44. RGB value is (172,165,68). Sum of RGB (Red+Green+Blue) = 172+165+68=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA544 is #535ABB. Grayscale: #9C9C9C. Windows color (decimal): -5462716 or 4498860. OLE color: 4498860.

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

Color convert

RGB17216568-
CMYK00.040.600.33
HSL55.96º43.33%47.06%-
HSV(B)55.96º60.47%67.45%-
XYZ31.5136.110.78-
YUV156.0478.32139.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 165 (64.84% from 255) = 40.74%
BLUE value IS 68 (26.95% from 255) = 16.79%
R=42.47%
G=40.74%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721656800.040.600.3355.9643.3347.06
HexACA544043C21382b2f
Octal254245104047441705357
Binary101011001010010110001000100111100100001111000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA544; }

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

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

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

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

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

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

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

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