#AAA632

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

Shades of Brass #AAA632

Tints of Brass #AAA632

Color information

#AAA632 (or 0xAAA632) is unknown color: approx Brass. HEX triplet: AA, A6 and 32. RGB value is (170,166,50). Sum of RGB (Red+Green+Blue) = 170+166+50=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA632 is #5559CD. Grayscale: #9A9A9A. Windows color (decimal): -5593550 or 3319466. OLE color: 3319466.

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

Color convert

RGB17016650-
CMYK00.020.710.33
HSL58º54.55%43.14%-
HSV(B)58º70.59%66.67%-
XYZ30.7936.058.35-
YUV153.9769.33139.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 50 (19.92% from 255) = 12.95%
R=44.04%
G=43.01%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701665000.020.710.335854.5543.14
HexAAA6320247213a372b
Octal252246620210741726753
Binary10101010101001101100100101000111100001111010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA632; }

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

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

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

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

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

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

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

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