#A6A441

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

Shades of Brass #A6A441

Tints of Brass #A6A441

Color information

#A6A441 (or 0xA6A441) is unknown color: approx Brass. HEX triplet: A6, A4 and 41. RGB value is (166,164,65). Sum of RGB (Red+Green+Blue) = 166+164+65=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A441 is #595BBE. Grayscale: #999999. Windows color (decimal): -5856191 or 4301990. OLE color: 4301990.

HSL color Cylindrical-coordinate representation of color #A6A441: hue angle of 58.81º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6A441 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16616465-
CMYK00.010.610.35
HSL58.81º43.72%45.29%-
HSV(B)58.81º60.84%65.1%-
XYZ29.9635.0410.19-
YUV153.3178.16137.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 164 (64.45% from 255) = 41.52%
BLUE value IS 65 (25.78% from 255) = 16.46%
R=42.03%
G=41.52%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661646500.010.610.3558.8143.7245.29
HexA6A441013D233b2c2d
Octal246244101017543735455
Binary1010011010100100100000101111101100011111011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A441; }

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

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

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

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

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

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

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

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