#A6AA47

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

Shades of Brass #A6AA47

Tints of Brass #A6AA47

Color information

#A6AA47 (or 0xA6AA47) is unknown color: approx Brass. HEX triplet: A6, AA and 47. RGB value is (166,170,71). Sum of RGB (Red+Green+Blue) = 166+170+71=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA47 is #5955B8. Grayscale: #9D9D9D. Windows color (decimal): -5854649 or 4696742. OLE color: 4696742.

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

Color convert

RGB16617071-
CMYK0.0200.580.33
HSL62.42º41.08%47.25%-
HSV(B)62.42º58.24%66.67%-
XYZ31.2437.3111.52-
YUV157.5279.17134.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 71 (28.12% from 255) = 17.44%
R=40.79%
G=41.77%
B=17.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166170710.0200.580.3362.4241.0847.25
HexA6AA47203A213e292f
Octal246252107207241765157
Binary10100110101010101000111100111010100001111110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA47; }

 p { color: rgb(166,170,71); }

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

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

 a { background-color: rgb(166,170,71); }

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

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

 span { border-color: rgb(166,170,71); }

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