#AAAA40

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

Shades of Brass #AAAA40

Tints of Brass #AAAA40

Color information

#AAAA40 (or 0xAAAA40) is unknown color: approx Brass. HEX triplet: AA, AA and 40. RGB value is (170,170,64). Sum of RGB (Red+Green+Blue) = 170+170+64=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA40 is #5555BF. Grayscale: #9E9E9E. Windows color (decimal): -5592512 or 4237994. OLE color: 4237994.

HSL color Cylindrical-coordinate representation of color #AAAA40: hue angle of 60º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAAA40 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17017064-
CMYK000.620.33
HSL60º45.3%45.88%-
HSV(B)60º62.35%66.67%-
XYZ31.8837.6710.44-
YUV157.9275136.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 64 (25.39% from 255) = 15.84%
R=42.08%
G=42.08%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017064000.620.336045.345.88
HexAAAA40003E213c2d2e
Octal252252100007641745556
Binary1010101010101010100000000111110100001111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA40; }

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

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

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

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

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

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

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

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