#AAA649

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

Shades of Brass #AAA649

Tints of Brass #AAA649

Color information

#AAA649 (or 0xAAA649) is unknown color: approx Brass. HEX triplet: AA, A6 and 49. RGB value is (170,166,73). Sum of RGB (Red+Green+Blue) = 170+166+73=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA649 is #5559B6. Grayscale: #9C9C9C. Windows color (decimal): -5593527 or 4826794. OLE color: 4826794.

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

Color convert

RGB17016673-
CMYK00.020.570.33
HSL57.53º39.92%47.65%-
HSV(B)57.53º57.06%66.67%-
XYZ31.4236.311.65-
YUV156.5980.83137.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 73 (28.91% from 255) = 17.85%
R=41.56%
G=40.59%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701667300.020.570.3357.5339.9247.65
HexAAA6490239213a2830
Octal252246111027141725060
Binary10101010101001101001001010111001100001111010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA649; }

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

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

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

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

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

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

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

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