#AAA63E

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

Shades of Brass #AAA63E

Tints of Brass #AAA63E

Color information

#AAA63E (or 0xAAA63E) is unknown color: approx Brass. HEX triplet: AA, A6 and 3E. RGB value is (170,166,62). Sum of RGB (Red+Green+Blue) = 170+166+62=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA63E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA63E is #5559C1. Grayscale: #9B9B9B. Windows color (decimal): -5593538 or 4105898. OLE color: 4105898.

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

Color convert

RGB17016662-
CMYK00.020.640.33
HSL57.78º46.55%45.49%-
HSV(B)57.78º63.53%66.67%-
XYZ31.0836.179.9-
YUV155.3475.33138.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 62 (24.61% from 255) = 15.58%
R=42.71%
G=41.71%
B=15.58%

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
Decimal1701666200.020.640.3357.7846.5545.49
HexAAA63E0240213a2f2d
Octal252246760210041725755
Binary10101010101001101111100101000000100001111010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA63E; }

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

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

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

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

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

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

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

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