#AA9F32

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

Shades of Brass #AA9F32

Tints of Brass #AA9F32

Color information

#AA9F32 (or 0xAA9F32) is unknown color: approx Brass. HEX triplet: AA, 9F and 32. RGB value is (170,159,50). Sum of RGB (Red+Green+Blue) = 170+159+50=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F32 is #5560CD. Grayscale: #969696. Windows color (decimal): -5595342 or 3317674. OLE color: 3317674.

HSL color Cylindrical-coordinate representation of color #AA9F32: hue angle of 54.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA9F32 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB17015950-
CMYK00.060.710.33
HSL54.5º54.55%43.14%-
HSV(B)54.5º70.59%66.67%-
XYZ29.5533.577.94-
YUV149.8671.64142.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 159 (62.5% from 255) = 41.95%
BLUE value IS 50 (19.92% from 255) = 13.19%
R=44.85%
G=41.95%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701595000.060.710.3354.554.5543.14
HexAA9F3206472136372b
Octal252237620610741666753
Binary101010101001111111001001101000111100001110110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F32; }

 p { color: rgb(170,159,50); }

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

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

 a { background-color: rgb(170,159,50); }

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

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

 span { border-color: rgb(170,159,50); }

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