#AA9E45

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

Shades of Brass #AA9E45

Tints of Brass #AA9E45

Color information

#AA9E45 (or 0xAA9E45) is unknown color: approx Brass. HEX triplet: AA, 9E and 45. RGB value is (170,158,69). Sum of RGB (Red+Green+Blue) = 170+158+69=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E45 is #5561BA. Grayscale: #979797. Windows color (decimal): -5595579 or 4562602. OLE color: 4562602.

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

Color convert

RGB17015869-
CMYK00.070.590.33
HSL52.87º42.26%46.86%-
HSV(B)52.87º59.41%66.67%-
XYZ29.8833.4310.51-
YUV151.4481.48141.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 69 (27.34% from 255) = 17.38%
R=42.82%
G=39.80%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701586900.070.590.3352.8742.2646.86
HexAA9E45073B21352a2f
Octal252236105077341655257
Binary101010101001111010001010111111011100001110101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E45; }

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

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

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

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

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

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

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

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