#AAA245

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

Shades of Brass #AAA245

Tints of Brass #AAA245

Color information

#AAA245 (or 0xAAA245) is unknown color: approx Brass. HEX triplet: AA, A2 and 45. RGB value is (170,162,69). Sum of RGB (Red+Green+Blue) = 170+162+69=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA245 is #555DBA. Grayscale: #9A9A9A. Windows color (decimal): -5594555 or 4563626. OLE color: 4563626.

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

Color convert

RGB17016269-
CMYK00.050.590.33
HSL55.25º42.26%46.86%-
HSV(B)55.25º59.41%66.67%-
XYZ30.5734.8210.74-
YUV153.7980.15139.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 69 (27.34% from 255) = 17.21%
R=42.39%
G=40.40%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701626900.050.590.3355.2542.2646.86
HexAAA245053B21372a2f
Octal252242105057341675257
Binary101010101010001010001010101111011100001110111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA245; }

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

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

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

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

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

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

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

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