#AAA84F

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

Shades of Brass #AAA84F

Tints of Brass #AAA84F

Color information

#AAA84F (or 0xAAA84F) is unknown color: approx Brass. HEX triplet: AA, A8 and 4F. RGB value is (170,168,79). Sum of RGB (Red+Green+Blue) = 170+168+79=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA84F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA84F is #5557B0. Grayscale: #9E9E9E. Windows color (decimal): -5593009 or 5220522. OLE color: 5220522.

HSL color Cylindrical-coordinate representation of color #AAA84F: hue angle of 58.68º 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 #AAA84F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17016879-
CMYK00.010.540.33
HSL58.68º36.55%48.82%-
HSV(B)58.68º53.53%66.67%-
XYZ31.9937.1212.88-
YUV158.4583.16136.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 168 (66.02% from 255) = 40.29%
BLUE value IS 79 (31.25% from 255) = 18.94%
R=40.77%
G=40.29%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701687900.010.540.3358.6836.5548.82
HexAAA84F0136213b2531
Octal252250117016641734561
Binary1010101010101000100111101110110100001111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA84F; }

 p { color: rgb(170,168,79); }

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

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

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

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

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

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

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