#AAAE49

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

Shades of Brass #AAAE49

Tints of Brass #AAAE49

Color information

#AAAE49 (or 0xAAAE49) is unknown color: approx Brass. HEX triplet: AA, AE and 49. RGB value is (170,174,73). Sum of RGB (Red+Green+Blue) = 170+174+73=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE49 is #5551B6. Grayscale: #A1A1A1. Windows color (decimal): -5591479 or 4828842. OLE color: 4828842.

HSL color Cylindrical-coordinate representation of color #AAAE49: hue angle of 62.38º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAAE49 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB17017473-
CMYK0.0200.580.32
HSL62.38º40.89%48.43%-
HSV(B)62.38º58.05%68.24%-
XYZ32.9239.312.15-
YUV161.2978.17134.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 73 (28.91% from 255) = 17.51%
R=40.77%
G=41.73%
B=17.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170174730.0200.580.3262.3840.8948.43
HexAAAE49203A203e2930
Octal252256111207240765160
Binary10101010101011101001001100111010100000111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE49; }

 p { color: rgb(170,174,73); }

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

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

 a { background-color: rgb(170,174,73); }

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

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

 span { border-color: rgb(170,174,73); }

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