#AAA64E

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

Shades of Brass #AAA64E

Tints of Brass #AAA64E

Color information

#AAA64E (or 0xAAA64E) is unknown color: approx Brass. HEX triplet: AA, A6 and 4E. RGB value is (170,166,78). Sum of RGB (Red+Green+Blue) = 170+166+78=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA64E is #5559B1. Grayscale: #9D9D9D. Windows color (decimal): -5593522 or 5154474. OLE color: 5154474.

HSL color Cylindrical-coordinate representation of color #AAA64E: hue angle of 57.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAA64E is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17016678-
CMYK00.020.540.33
HSL57.39º37.1%48.63%-
HSV(B)57.39º54.12%66.67%-
XYZ31.5936.3712.56-
YUV157.1683.33137.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 78 (30.86% from 255) = 18.84%
R=41.06%
G=40.10%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701667800.020.540.3357.3937.148.63
HexAAA64E023621392531
Octal252246116026641714561
Binary10101010101001101001110010110110100001111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA64E; }

 p { color: rgb(170,166,78); }

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

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

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

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

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

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

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