#A4AD41

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

Shades of Brass #A4AD41

Tints of Brass #A4AD41

Color information

#A4AD41 (or 0xA4AD41) is unknown color: approx Brass. HEX triplet: A4, AD and 41. RGB value is (164,173,65). Sum of RGB (Red+Green+Blue) = 164+173+65=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AD41 is #5B52BE. Grayscale: #9E9E9E. Windows color (decimal): -5984959 or 4304292. OLE color: 4304292.

HSL color Cylindrical-coordinate representation of color #A4AD41: hue angle of 65º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4AD41 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB16417365-
CMYK0.0500.620.32
HSL65º45.38%46.67%-
HSV(B)65º62.43%67.84%-
XYZ31.2138.1610.72-
YUV15875.52132.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 173 (67.97% from 255) = 43.03%
BLUE value IS 65 (25.78% from 255) = 16.17%
R=40.80%
G=43.03%
B=16.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164173650.0500.620.326545.3846.67
HexA4AD41503E20412d2f
Octal2442551015076401015557
Binary1010010010101101100000110101111101000001000001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AD41; }

 p { color: rgb(164,173,65); }

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

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

 a { background-color: rgb(164,173,65); }

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

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

 span { border-color: rgb(164,173,65); }

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