#A5AC45

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

Shades of Brass #A5AC45

Tints of Brass #A5AC45

Color information

#A5AC45 (or 0xA5AC45) is unknown color: approx Brass. HEX triplet: A5, AC and 45. RGB value is (165,172,69). Sum of RGB (Red+Green+Blue) = 165+172+69=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AC45 is #5A53BA. Grayscale: #9E9E9E. Windows color (decimal): -5919675 or 4566181. OLE color: 4566181.

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

Color convert

RGB16517269-
CMYK0.0400.600.33
HSL64.08º42.74%47.25%-
HSV(B)64.08º59.88%67.45%-
XYZ31.3437.9311.3-
YUV158.1777.68132.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165172690.0400.600.3364.0842.7447.25
HexA5AC45403C21402b2f
Octal2452541054074411005357
Binary1010010110101100100010110001111001000011000000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC45; }

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

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

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

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

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

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

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

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