#AAA745

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

Shades of Brass #AAA745

Tints of Brass #AAA745

Color information

#AAA745 (or 0xAAA745) is unknown color: approx Brass. HEX triplet: AA, A7 and 45. RGB value is (170,167,69). Sum of RGB (Red+Green+Blue) = 170+167+69=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA745 is #5558BA. Grayscale: #9D9D9D. Windows color (decimal): -5593275 or 4564906. OLE color: 4564906.

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

Color convert

RGB17016769-
CMYK00.020.590.33
HSL58.22º42.26%46.86%-
HSV(B)58.22º59.41%66.67%-
XYZ31.4736.6111.04-
YUV156.7278.49137.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=41.87%
G=41.13%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701676900.020.590.3358.2242.2646.86
HexAAA745023B213a2a2f
Octal252247105027341725257
Binary10101010101001111000101010111011100001111010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA745; }

 p { color: rgb(170,167,69); }

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

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

 a { background-color: rgb(170,167,69); }

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

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

 span { border-color: rgb(170,167,69); }

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