#AAA443

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

Shades of Brass #AAA443

Tints of Brass #AAA443

Color information

#AAA443 (or 0xAAA443) is unknown color: approx Brass. HEX triplet: AA, A4 and 43. RGB value is (170,164,67). Sum of RGB (Red+Green+Blue) = 170+164+67=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA443 is #555BBC. Grayscale: #9B9B9B. Windows color (decimal): -5594045 or 4433066. OLE color: 4433066.

HSL color Cylindrical-coordinate representation of color #AAA443: hue angle of 56.5º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAA443 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB17016467-
CMYK00.040.610.33
HSL56.5º43.46%46.47%-
HSV(B)56.5º60.59%66.67%-
XYZ30.8735.510.54-
YUV154.7478.49138.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 67 (26.56% from 255) = 16.71%
R=42.39%
G=40.90%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701646700.040.610.3356.543.4646.47
HexAAA443043D21392b2e
Octal252244103047541715356
Binary101010101010010010000110100111101100001111001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA443; }

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

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

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

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

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

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

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

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