#ACA645

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

Shades of Brass #ACA645

Tints of Brass #ACA645

Color information

#ACA645 (or 0xACA645) is unknown color: approx Brass. HEX triplet: AC, A6 and 45. RGB value is (172,166,69). Sum of RGB (Red+Green+Blue) = 172+166+69=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA645 is #5359BA. Grayscale: #9D9D9D. Windows color (decimal): -5462459 or 4564652. OLE color: 4564652.

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

Color convert

RGB17216669-
CMYK00.030.600.33
HSL56.5º42.74%47.25%-
HSV(B)56.5º59.88%67.45%-
XYZ31.7236.4711-
YUV156.7478.49138.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 69 (27.34% from 255) = 16.95%
R=42.26%
G=40.79%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721666900.030.600.3356.542.7447.25
HexACA645033C21392b2f
Octal254246105037441715357
Binary10101100101001101000101011111100100001111001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA645; }

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

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

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

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

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

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

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

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