#AAA132

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

Shades of Brass #AAA132

Tints of Brass #AAA132

Color information

#AAA132 (or 0xAAA132) is unknown color: approx Brass. HEX triplet: AA, A1 and 32. RGB value is (170,161,50). Sum of RGB (Red+Green+Blue) = 170+161+50=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA132 is #555ECD. Grayscale: #979797. Windows color (decimal): -5594830 or 3318186. OLE color: 3318186.

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

Color convert

RGB17016150-
CMYK00.050.710.33
HSL55.5º54.55%43.14%-
HSV(B)55.5º70.59%66.67%-
XYZ29.934.278.06-
YUV151.0470.98141.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 161 (63.28% from 255) = 42.26%
BLUE value IS 50 (19.92% from 255) = 13.12%
R=44.62%
G=42.26%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701615000.050.710.3355.554.5543.14
HexAAA13205472138372b
Octal252241620510741706753
Binary101010101010000111001001011000111100001111000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA132; }

 p { color: rgb(170,161,50); }

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

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

 a { background-color: rgb(170,161,50); }

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

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

 span { border-color: rgb(170,161,50); }

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