#AAA43E

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

Shades of Brass #AAA43E

Tints of Brass #AAA43E

Color information

#AAA43E (or 0xAAA43E) is unknown color: approx Brass. HEX triplet: AA, A4 and 3E. RGB value is (170,164,62). Sum of RGB (Red+Green+Blue) = 170+164+62=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA43E is #555BC1. Grayscale: #9A9A9A. Windows color (decimal): -5594050 or 4105386. OLE color: 4105386.

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

Color convert

RGB17016462-
CMYK00.040.640.33
HSL56.67º46.55%45.49%-
HSV(B)56.67º63.53%66.67%-
XYZ30.7235.449.78-
YUV154.1775.99139.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 164 (64.45% from 255) = 41.41%
BLUE value IS 62 (24.61% from 255) = 15.66%
R=42.93%
G=41.41%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701646200.040.640.3356.6746.5545.49
HexAAA43E044021392f2d
Octal252244760410041715755
Binary101010101010010011111001001000000100001111001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA43E; }

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

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

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

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

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

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

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

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