#AAA637

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

Shades of Brass #AAA637

Tints of Brass #AAA637

Color information

#AAA637 (or 0xAAA637) is unknown color: approx Brass. HEX triplet: AA, A6 and 37. RGB value is (170,166,55). Sum of RGB (Red+Green+Blue) = 170+166+55=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA637 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA637 is #5559C8. Grayscale: #9A9A9A. Windows color (decimal): -5593545 or 3647146. OLE color: 3647146.

HSL color Cylindrical-coordinate representation of color #AAA637: hue angle of 57.91º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAA637 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB17016655-
CMYK00.020.680.33
HSL57.91º51.11%44.12%-
HSV(B)57.91º67.65%66.67%-
XYZ30.936.098.95-
YUV154.5471.83139.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 55 (21.88% from 255) = 14.07%
R=43.48%
G=42.46%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701665500.020.680.3357.9151.1144.12
HexAAA6370244213a332c
Octal252246670210441726354
Binary10101010101001101101110101000100100001111010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA637; }

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

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

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

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

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

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

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

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