#AA9E41

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

Shades of Brass #AA9E41

Tints of Brass #AA9E41

Color information

#AA9E41 (or 0xAA9E41) is unknown color: approx Brass. HEX triplet: AA, 9E and 41. RGB value is (170,158,65). Sum of RGB (Red+Green+Blue) = 170+158+65=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E41 is #5561BE. Grayscale: #979797. Windows color (decimal): -5595583 or 4300458. OLE color: 4300458.

HSL color Cylindrical-coordinate representation of color #AA9E41: hue angle of 53.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA9E41 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17015865-
CMYK00.070.620.33
HSL53.14º44.68%46.08%-
HSV(B)53.14º61.76%66.67%-
XYZ29.7633.389.88-
YUV150.9979.48141.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 65 (25.78% from 255) = 16.54%
R=43.26%
G=40.20%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701586500.070.620.3353.1444.6846.08
HexAA9E41073E21352d2e
Octal252236101077641655556
Binary101010101001111010000010111111110100001110101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E41; }

 p { color: rgb(170,158,65); }

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

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

 a { background-color: rgb(170,158,65); }

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

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

 span { border-color: rgb(170,158,65); }

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