#AAA146

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

Shades of Brass #AAA146

Tints of Brass #AAA146

Color information

#AAA146 (or 0xAAA146) is unknown color: approx Brass. HEX triplet: AA, A1 and 46. RGB value is (170,161,70). Sum of RGB (Red+Green+Blue) = 170+161+70=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA146 is #555EB9. Grayscale: #999999. Windows color (decimal): -5594810 or 4628906. OLE color: 4628906.

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

Color convert

RGB17016170-
CMYK00.050.590.33
HSL54.6º41.67%47.06%-
HSV(B)54.6º58.82%66.67%-
XYZ30.4334.4810.85-
YUV153.3280.98139.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 70 (27.73% from 255) = 17.46%
R=42.39%
G=40.15%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701617000.050.590.3354.641.6747.06
HexAAA146053B21372a2f
Octal252241106057341675257
Binary101010101010000110001100101111011100001110111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA146; }

 p { color: rgb(170,161,70); }

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

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

 a { background-color: rgb(170,161,70); }

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

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

 span { border-color: rgb(170,161,70); }

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