#AAA74E

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

Shades of Brass #AAA74E

Tints of Brass #AAA74E

Color information

#AAA74E (or 0xAAA74E) is unknown color: approx Brass. HEX triplet: AA, A7 and 4E. RGB value is (170,167,78). Sum of RGB (Red+Green+Blue) = 170+167+78=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA74E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA74E is #5558B1. Grayscale: #9E9E9E. Windows color (decimal): -5593266 or 5154730. OLE color: 5154730.

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

Color convert

RGB17016778-
CMYK00.020.540.33
HSL58.04º37.1%48.63%-
HSV(B)58.04º54.12%66.67%-
XYZ31.7736.7312.62-
YUV157.7582.99136.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 167 (65.62% from 255) = 40.24%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=40.96%
G=40.24%
B=18.80%

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
Decimal1701677800.020.540.3358.0437.148.63
HexAAA74E0236213a2531
Octal252247116026641724561
Binary10101010101001111001110010110110100001111010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA74E; }

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

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

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

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

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

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

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

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