#AAAE44

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

Shades of Brass #AAAE44

Tints of Brass #AAAE44

Color information

#AAAE44 (or 0xAAAE44) is unknown color: approx Brass. HEX triplet: AA, AE and 44. RGB value is (170,174,68). Sum of RGB (Red+Green+Blue) = 170+174+68=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE44 is #5551BB. Grayscale: #A1A1A1. Windows color (decimal): -5591484 or 4501162. OLE color: 4501162.

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

Color convert

RGB17017468-
CMYK0.0200.610.32
HSL62.26º43.8%47.45%-
HSV(B)62.26º60.92%68.24%-
XYZ32.7639.2411.32-
YUV160.7275.67134.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 68 (26.95% from 255) = 16.50%
R=41.26%
G=42.23%
B=16.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170174680.0200.610.3262.2643.847.45
HexAAAE44203D203e2c2f
Octal252256104207540765457
Binary10101010101011101000100100111101100000111110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE44; }

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

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

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

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

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

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

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

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