#A5AC46

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

Shades of Brass #A5AC46

Tints of Brass #A5AC46

Color information

#A5AC46 (or 0xA5AC46) is unknown color: approx Brass. HEX triplet: A5, AC and 46. RGB value is (165,172,70). Sum of RGB (Red+Green+Blue) = 165+172+70=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AC46 is #5A53B9. Grayscale: #9E9E9E. Windows color (decimal): -5919674 or 4631717. OLE color: 4631717.

HSL color Cylindrical-coordinate representation of color #A5AC46: hue angle of 64.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5AC46 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB16517270-
CMYK0.0400.590.33
HSL64.12º42.15%47.45%-
HSV(B)64.12º59.3%67.45%-
XYZ31.3837.9511.47-
YUV158.2878.18132.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=40.54%
G=42.26%
B=17.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165172700.0400.590.3364.1242.1547.45
HexA5AC46403B21402a2f
Octal2452541064073411005257
Binary1010010110101100100011010001110111000011000000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC46; }

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

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

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

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

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

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

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

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