#AAA24E

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

Shades of Brass #AAA24E

Tints of Brass #AAA24E

Color information

#AAA24E (or 0xAAA24E) is unknown color: approx Brass. HEX triplet: AA, A2 and 4E. RGB value is (170,162,78). Sum of RGB (Red+Green+Blue) = 170+162+78=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA24E is #555DB1. Grayscale: #9B9B9B. Windows color (decimal): -5594546 or 5153450. OLE color: 5153450.

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

Color convert

RGB17016278-
CMYK00.050.540.33
HSL54.78º37.1%48.63%-
HSV(B)54.78º54.12%66.67%-
XYZ30.8734.9412.32-
YUV154.8284.65138.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=41.46%
G=39.51%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701627800.050.540.3354.7837.148.63
HexAAA24E053621372531
Octal252242116056641674561
Binary101010101010001010011100101110110100001110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA24E; }

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

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

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

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

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

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

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

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