#ACA545

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

Shades of Brass #ACA545

Tints of Brass #ACA545

Color information

#ACA545 (or 0xACA545) is unknown color: approx Brass. HEX triplet: AC, A5 and 45. RGB value is (172,165,69). Sum of RGB (Red+Green+Blue) = 172+165+69=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA545 is #535ABA. Grayscale: #9C9C9C. Windows color (decimal): -5462715 or 4564396. OLE color: 4564396.

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

Color convert

RGB17216569-
CMYK00.040.600.33
HSL55.92º42.74%47.25%-
HSV(B)55.92º59.88%67.45%-
XYZ31.5436.1110.94-
YUV156.1578.82139.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=42.36%
G=40.64%
B=17.00%

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
Decimal1721656900.040.600.3355.9242.7447.25
HexACA545043C21382b2f
Octal254245105047441705357
Binary101011001010010110001010100111100100001111000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA545; }

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

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

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

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

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

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

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

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