#AAAD40

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

Shades of Brass #AAAD40

Tints of Brass #AAAD40

Color information

#AAAD40 (or 0xAAAD40) is unknown color: approx Brass. HEX triplet: AA, AD and 40. RGB value is (170,173,64). Sum of RGB (Red+Green+Blue) = 170+173+64=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD40 is #5552BF. Grayscale: #A0A0A0. Windows color (decimal): -5591744 or 4238762. OLE color: 4238762.

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

Color convert

RGB17017364-
CMYK0.0200.630.32
HSL61.65º45.99%46.47%-
HSV(B)61.65º63.01%67.84%-
XYZ32.4538.810.63-
YUV159.6874.01135.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 173 (67.97% from 255) = 42.51%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=41.77%
G=42.51%
B=15.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170173640.0200.630.3261.6545.9946.47
HexAAAD40203F203e2e2e
Octal252255100207740765656
Binary10101010101011011000000100111111100000111110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD40; }

 p { color: rgb(170,173,64); }

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

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

 a { background-color: rgb(170,173,64); }

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

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

 span { border-color: rgb(170,173,64); }

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