#AAA24A

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

Shades of Brass #AAA24A

Tints of Brass #AAA24A

Color information

#AAA24A (or 0xAAA24A) is unknown color: approx Brass. HEX triplet: AA, A2 and 4A. RGB value is (170,162,74). Sum of RGB (Red+Green+Blue) = 170+162+74=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA24A is #555DB5. Grayscale: #9A9A9A. Windows color (decimal): -5594550 or 4891306. OLE color: 4891306.

HSL color Cylindrical-coordinate representation of color #AAA24A: hue angle of 55º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAA24A is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17016274-
CMYK00.050.560.33
HSL55º39.34%47.84%-
HSV(B)55º56.47%66.67%-
XYZ30.7334.8811.59-
YUV154.3682.65139.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 74 (29.30% from 255) = 18.23%
R=41.87%
G=39.90%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701627400.050.560.335539.3447.84
HexAAA24A053821372730
Octal252242112057041674760
Binary101010101010001010010100101111000100001110111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA24A; }

 p { color: rgb(170,162,74); }

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

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

 a { background-color: rgb(170,162,74); }

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

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

 span { border-color: rgb(170,162,74); }

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