#AAAE45

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

Shades of Brass #AAAE45

Tints of Brass #AAAE45

Color information

#AAAE45 (or 0xAAAE45) is unknown color: approx Brass. HEX triplet: AA, AE and 45. RGB value is (170,174,69). Sum of RGB (Red+Green+Blue) = 170+174+69=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE45 is #5551BA. Grayscale: #A1A1A1. Windows color (decimal): -5591483 or 4566698. OLE color: 4566698.

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

Color convert

RGB17017469-
CMYK0.0200.600.32
HSL62.29º43.21%47.65%-
HSV(B)62.29º60.34%68.24%-
XYZ32.7939.2511.48-
YUV160.8376.17134.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 69 (27.34% from 255) = 16.71%
R=41.16%
G=42.13%
B=16.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170174690.0200.600.3262.2943.2147.65
HexAAAE45203C203e2b30
Octal252256105207440765360
Binary10101010101011101000101100111100100000111110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE45; }

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

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

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

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

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

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

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

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