#ACA650

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

Shades of Brass #ACA650

Tints of Brass #ACA650

Color information

#ACA650 (or 0xACA650) is unknown color: approx Brass. HEX triplet: AC, A6 and 50. RGB value is (172,166,80). Sum of RGB (Red+Green+Blue) = 172+166+80=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA650 is #5359AF. Grayscale: #9E9E9E. Windows color (decimal): -5462448 or 5285548. OLE color: 5285548.

HSL color Cylindrical-coordinate representation of color #ACA650: hue angle of 56.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACA650 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17216680-
CMYK00.030.530.33
HSL56.09º36.51%49.41%-
HSV(B)56.09º53.49%67.45%-
XYZ32.136.6212.97-
YUV157.9983.99137.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 80 (31.64% from 255) = 19.14%
R=41.15%
G=39.71%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721668000.030.530.3356.0936.5149.41
HexACA650033521382531
Octal254246120036541704561
Binary10101100101001101010000011110101100001111000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA650; }

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

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

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

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

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

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

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

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