#AAA244

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

Shades of Brass #AAA244

Tints of Brass #AAA244

Color information

#AAA244 (or 0xAAA244) is unknown color: approx Brass. HEX triplet: AA, A2 and 44. RGB value is (170,162,68). Sum of RGB (Red+Green+Blue) = 170+162+68=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA244 is #555DBB. Grayscale: #9A9A9A. Windows color (decimal): -5594556 or 4498090. OLE color: 4498090.

HSL color Cylindrical-coordinate representation of color #AAA244: hue angle of 55.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAA244 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB17016268-
CMYK00.050.60.33
HSL55.29º42.86%46.67%-
HSV(B)55.29º60%66.67%-
XYZ30.5434.810.58-
YUV153.6879.65139.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 68 (26.95% from 255) = 17%
R=42.5%
G=40.5%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701626800.050.60.3355.2942.8646.67
HexAAA244053C21372b2f
Octal252242104057441675357
Binary101010101010001010001000101111100100001110111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA244; }

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

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

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

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

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

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

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

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