#AAA63D

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

Shades of Brass #AAA63D

Tints of Brass #AAA63D

Color information

#AAA63D (or 0xAAA63D) is unknown color: approx Brass. HEX triplet: AA, A6 and 3D. RGB value is (170,166,61). Sum of RGB (Red+Green+Blue) = 170+166+61=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA63D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA63D is #5559C2. Grayscale: #9B9B9B. Windows color (decimal): -5593539 or 4040362. OLE color: 4040362.

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

Color convert

RGB17016661-
CMYK00.020.640.33
HSL57.8º47.19%45.29%-
HSV(B)57.8º64.12%66.67%-
XYZ31.0636.169.76-
YUV155.2374.83138.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 166 (65.23% from 255) = 41.81%
BLUE value IS 61 (24.22% from 255) = 15.37%
R=42.82%
G=41.81%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701666100.020.640.3357.847.1945.29
HexAAA63D0240213a2f2d
Octal252246750210041725755
Binary10101010101001101111010101000000100001111010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA63D; }

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

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

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

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

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

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

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

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